summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/mlkem/mlkem1024.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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