summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/mlkem/mlkem1024.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix buffer size in MLKEM1024_marshal_public_key()kenjiro2025-05-211-2/+2
* Make MLKEM1024_marshal_private_key consistent with the public_key funcitonsbeck2025-05-201-24/+40
* Remove the boringssl if || ideom from mlkembeck2025-05-191-17/+23
* API changes for ML-KEMbeck2025-05-191-30/+57
* CTASSERT that internal pub/priv keys match the sizes exposed in mlkem.htb2025-05-031-1/+5
* Fix typo: multipy -> multiplytb2025-01-031-9/+9
* Do not assume mlkem.h and bytestring.h are public in libcryptotb2024-12-191-3/+2
* mlkem: fix whitespacetb2024-12-181-2/+3
* Avoid a reduce once that can cause Clang misoptomization.beck2024-12-171-11/+27
* Plug two memory leaks in MLKEM*_generate_key_external_entropy()tb2024-12-171-1/+3
* Add ML-KEM 1024 from BoringSSLbeck2024-12-131-0/+1121