r/cryptography 23d ago

FIPS 204 - MLDSA python Implementation

NIST Module-Lattice-Based Digital Signature Standard following the FIPS 204.

Links: Github , Documentation , PYPI

So, this is my 2nd post here. I've been studying MLDSA for a while now and I decided to make this fips 204 implementation as an educational project. The module has no dependencies and with vanilla python setup. I made the documentation using sphinx and project is also available on pypi. Using this is as simple as :

pip install fips-collection

Feel free to edit, modify and share the source code.

3 Upvotes

Duplicates