Basil Hess
Basil Hess
Since no VLA are available on msvc, using malloca would be an alternative with this toolchain (if the structure fits on the stack).
> PQClean: Shouldn't this issue then rather be opened there? Yes, thanks. Created an issue in PQClean that links to the one here.
Thanks @xvzcf for the list! I opened a PR with the Dilithium/Kyber update: #1316.
I checked and it appears to not be an issue anymore with the current version. Closing.
> The CBOM generation script doesn't account for the BOM including multiple implementations of the same algorithm targeting the same platform. I've tweaked the script to include additional information about...
The same issue appears when triggering oqs-provider downstream tests (using Github Actions): https://github.com/open-quantum-safe/liboqs/actions/runs/9076079554/job/24938031071
This concerns the `alg_version` fields in the OQS_SIG/OQS_KEM structs, right? What about a proposal to add an additional field such as: - `alg_version`: algorithm specification version -> expect KAT-breaking changes...
I'll also do a branch in oqs-provider to do the downstream test, other than this the PR is ready.
> > I'll also do a branch in oqs-provider to do the downstream test, other than this the PR is ready. > > That would be good. Please remember to...
Thank you @SWilson4 for the review! I'll update the PR per the discussion. > It would be good if PR could confirm this: OQS either uses and relies on CI...