aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2023-10-07-c11-fips203ipd.md
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2024-03-04 03:40:10 -0500
committerPaul Duncan <pabs@pablotron.org>2024-03-04 03:40:10 -0500
commit13d0265b530a22ae3336c4ad1f327a18311227c8 (patch)
treedf72ac909b2bd9dd19cd803175948ffdd3933747 /content/posts/2023-10-07-c11-fips203ipd.md
parent448a85b949c7bb8215e890b21d1ac79a1aefeb9a (diff)
downloadpablotron.org-13d0265b530a22ae3336c4ad1f327a18311227c8.tar.bz2
pablotron.org-13d0265b530a22ae3336c4ad1f327a18311227c8.zip
content/posts/2023-10-07-c11-fips203ipd.md: add note about v0.3
Diffstat (limited to 'content/posts/2023-10-07-c11-fips203ipd.md')
-rw-r--r--content/posts/2023-10-07-c11-fips203ipd.md8
1 files changed, 8 insertions, 0 deletions
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."