README.md
pyproject.toml
setup.py
mlkem/__init__.py
mlkem/data_types.py
mlkem/fast_k_pke.py
mlkem/k_pke.py
mlkem/ml_kem.py
mlkem/parameter_set.py
mlkem.egg-info/PKG-INFO
mlkem.egg-info/SOURCES.txt
mlkem.egg-info/dependency_links.txt
mlkem.egg-info/top_level.txt
mlkem/auxiliary/__init__.py
mlkem/auxiliary/crypto.py
mlkem/auxiliary/general.py
mlkem/auxiliary/ntt.py
mlkem/auxiliary/sampling.py
mlkem/math/__init__.py
mlkem/math/constants.py
mlkem/math/fastmathmodule.c
mlkem/math/field.py
mlkem/math/matrix.py
mlkem/math/polynomial_ring.py
tests/test_decaps.py
tests/test_encaps.py
tests/test_key_gen.py
tests/test_ml_kem.py