From 9d239e71c1635dcd2032fcf801cc4d6ab94b09fa Mon Sep 17 00:00:00 2001 From: "Markku-Juhani O. Saarinen" Date: Sun, 18 Aug 2024 20:52:41 +0000 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e11dc05..274278e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You won't need the NIST C# dependencies to run the local Python implementations * ML-KEM: [fips203.py](fips203.py) is a self-contained implementation of [FIPS 203 ML-KEM](https://doi.org/10.6028/NIST.FIPS.203) a.k.a. Kyber. * ML-DSA: [fips204.py](fips204.py) is a self-contained implementation of [FIPS 204 ML-DSA](https://doi.org/10.6028/NIST.FIPS.204) a.k.a. Dilithium. -* Parsers: [test_mlkem.py](test_mlkem.py) and [test_mldsa.py](test_mldsa.py). +* Test vector json parsers: [test_mlkem.py](test_mlkem.py) and [test_mldsa.py](test_mldsa.py). * Test vectors: there's a local copy of relevant json test vectors from NIST in [json-copy](json-copy). These can be synced with [https://github.com/usnistgov/ACVP-Server/tree/master/gen-val/json-files](https://github.com/usnistgov/ACVP-Server/tree/master/gen-val/json-files). The main functions have unit tests: