An open API service indexing awesome lists of open source software.

https://github.com/kazuakiishiguro/baby-mlkem

Toy implementation of ML-KEM
https://github.com/kazuakiishiguro/baby-mlkem

keccak ml-kem post-quantum-cryptography sha3

Last synced: about 2 months ago
JSON representation

Toy implementation of ML-KEM

Awesome Lists containing this project

README

        

# baby-mlkem

A toy implementation of ML-KEM (formaly knows as kyber), a Module-Lattice-Based Key-Encapsulation Mechanism Standard ([FIPS203](https://doi.org/10.6028/NIST.FIPS.203)). This implementation is written in pure C with no external dependencies and is inspired by the blog post [Enough Polynomials and Linear Algebra to Implement Kyber](https://words.filippo.io/dispatches/kyber-math/).

## Test

To run tests for the implementation, execute the following command:

```bash
make test
```