From c57bb505ea7cb02ec53bae5c0b74382fa89c2082 Mon Sep 17 00:00:00 2001 From: Giacomo Pope Date: Thu, 25 Jul 2024 17:24:13 +0100 Subject: [PATCH] add link to MLDSA python --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 771f862..a613f3e 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,11 @@ to the NIST post-quantum cryptography project. The API is not stable, significant changes to it may occur until FIPS 203 is finalized. +**Note**: This project accompanies +[`dilithium-py`](https://github.com/GiacomoPope/dilithium-py) which is a +pure-python implementation of CRYSTALS-Dilithium and ML-DSA and shares a lot of +the lower-level code of this implementation. + ## Disclaimer `kyber-py` has been written as an educational tool. The goal of this project was