summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/mlkem/mlkem768.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Whitespace nits from tbbeck2025-05-201-1/+4
* Fix up MLKEM768_marshal_private_key to not use a passed in CBBbeck2025-05-191-24/+40
* Remove the boringssl if || ideom from mlkembeck2025-05-191-17/+23
* API changes for ML-KEMbeck2025-05-191-32/+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
* KNF nit tb wanted me to fixbeck2024-12-131-2/+4
* Add ML-KEM 768 from BoringSSLbeck2024-12-131-0/+1118