summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/mlkem/mlkem.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* unbreak tree after commiting from wrong placebeck7 days1-223/+1
|
* Add a reasonable ML-KEM API for public use.beck7 days1-0/+638
Adapt the tests to use this API. This does not yet make the symbols public in Symbols.list which will happen shortly with a bump. This includes some partial rototilling of the non-public interfaces which will be shortly continued when the internal code is deduplicated to not have multiple copies for ML-KEM 768 and ML-KEM 1024 (which is just an artifact of unravelling the boring C++ code). ok jsing@, tb@