From 13d0265b530a22ae3336c4ad1f327a18311227c8 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 4 Mar 2024 03:40:10 -0500 Subject: content/posts/2023-10-07-c11-fips203ipd.md: add note about v0.3 --- content/posts/2023-10-07-c11-fips203ipd.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/posts/2023-10-07-c11-fips203ipd.md b/content/posts/2023-10-07-c11-fips203ipd.md index c04c086..72252a3 100644 --- a/content/posts/2023-10-07-c11-fips203ipd.md +++ b/content/posts/2023-10-07-c11-fips203ipd.md @@ -188,6 +188,10 @@ documentation][api-docs]. **Update (2024-02-14):** Added [Barrett reduction][] and independent implementation to feature list. Minor wording fixes. +**Update (2024-03-04):** Released v0.3. Added [AVX512][] polynomial +arithmetic, speed improvements, the [NIST draft ML-KEM test +vectors][nist-tests], and documentation updates. + [c11]: https://en.wikipedia.org/wiki/C11_(C_standard_revision) "ISO/IEC 9899:2011" [SHA-3]: https://en.wikipedia.org/wiki/SHA-3 @@ -222,3 +226,7 @@ implementation to feature list. Minor wording fixes. "Timing vulnerability in many implementations of Kyber and FIPS203" [barrett reduction]: https://en.wikipedia.org/wiki/Barrett_reduction "Barrett modular reduction" +[nist-tests]: https://csrc.nist.gov/Projects/post-quantum-cryptography/post-quantum-cryptography-standardization/example-files + "NIST: Intermediate Values for draft ML-KEM and draft ML-DSA" +[avx512]: https://en.wikipedia.org/wiki/AVX-512 + "Advanced Vector Extensions (AVX) SIMD instructions." -- cgit v1.2.3