Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix buffer size in MLKEM1024_marshal_public_key() | kenjiro | 2025-05-21 | 1 | -2/+2 |
* | Make MLKEM1024_marshal_private_key consistent with the public_key funcitons | beck | 2025-05-20 | 1 | -24/+40 |
* | Remove the boringssl if || ideom from mlkem | beck | 2025-05-19 | 1 | -17/+23 |
* | API changes for ML-KEM | beck | 2025-05-19 | 1 | -30/+57 |
* | CTASSERT that internal pub/priv keys match the sizes exposed in mlkem.h | tb | 2025-05-03 | 1 | -1/+5 |
* | Fix typo: multipy -> multiply | tb | 2025-01-03 | 1 | -9/+9 |
* | Do not assume mlkem.h and bytestring.h are public in libcrypto | tb | 2024-12-19 | 1 | -3/+2 |
* | mlkem: fix whitespace | tb | 2024-12-18 | 1 | -2/+3 |
* | Avoid a reduce once that can cause Clang misoptomization. | beck | 2024-12-17 | 1 | -11/+27 |
* | Plug two memory leaks in MLKEM*_generate_key_external_entropy() | tb | 2024-12-17 | 1 | -1/+3 |
* | Add ML-KEM 1024 from BoringSSL | beck | 2024-12-13 | 1 | -0/+1121 |