You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ implementation which people can learn from.
36
36
37
37
This code is not constant time, or written to be performant. Rather, it was
38
38
written so that the python code closely follows the Kyber specification
39
-
[specification](https://pq-crystals.org/kyber/data/kyber-specification-round3-20210804.pdf) and [FIPS 203](https://csrc.nist.gov/pubs/fips/203/final). To cryptographic guarantees are made of this work.
39
+
[specification](https://pq-crystals.org/kyber/data/kyber-specification-round3-20210804.pdf) and [FIPS 203](https://csrc.nist.gov/pubs/fips/203/final). No cryptographic guarantees are made of this work.
40
40
41
41
## History of this Repository
42
42
@@ -56,11 +56,11 @@ and [`test_ml_kem.py`](tests/test_ml_kem.py).
56
56
57
57
The KAT files were either downloaded or generated:
58
58
59
-
1. For **Kyber**, the KAT files were generated from the projects [GitHub
59
+
1. For **ML-KEM**, the KAT files were download from the GitHub repository
60
+
[usnistgov/ACVP-Server/](https://github.com/usnistgov/ACVP-Server/releases/tag/v1.1.0.35) release 1.1.0.35, and are included in `assets/ML-KEM-*` directories.
61
+
2. For **Kyber**, the KAT files were generated from the projects [GitHub
60
62
repository](https://github.com/pq-crystals/kyber/) and are included in
61
63
`assets/PQCLkemKAT_*.rsp`
62
-
2. For **ML-KEM**, the KAT files were download from the GitHub repository
63
-
[usnistgov/ACVP-Server/](https://github.com/usnistgov/ACVP-Server/releases/tag/v1.1.0.35) release 1.1.0.35, and are included in `assets/ML-KEM-*` directories.
64
64
65
65
**Note**: for Kyber v3.02, there is a discrepancy between the specification and
66
66
reference implementation. To ensure all KATs pass, one has to generate the
0 commit comments