From f123c4a11d091cb9e5033cc1d8a2a3853a5dec65 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 18 Sep 2023 20:01:15 -0400 Subject: content/posts/2023-09-05-c11-sha3.md: add v0.3 note --- content/posts/2023-09-05-c11-sha3.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/posts/2023-09-05-c11-sha3.md b/content/posts/2023-09-05-c11-sha3.md index e475e52..868c3a8 100644 --- a/content/posts/2023-09-05-c11-sha3.md +++ b/content/posts/2023-09-05-c11-sha3.md @@ -90,6 +90,9 @@ Output: **Update (2023-09-07):** Released v0.2 with TurboSHAKE128, TurboSHAKE256, KangarooTwelve, and an `examples/` directory. +**Update (2023-09-18):** Released v0.3 with [AVX-512][] support (~3x +faster) and miscellaneous small fixes. + [C11]: https://en.wikipedia.org/wiki/C11_(C_standard_revision) "ISO/IEC 9899:2011" [SHA-3]: https://en.wikipedia.org/wiki/SHA-3 @@ -104,3 +107,5 @@ TurboSHAKE256, KangarooTwelve, and an `examples/` directory. "MIT No Attribution License" [csrc-examples]: https://csrc.nist.gov/projects/cryptographic-standards-and-guidelines/example-values "NIST CSRC: Cryptographic Standards and Guidelines: Examples with Intermediate Values" +[avx-512]: https://en.wikipedia.org/wiki/AVX-512 + "AVX-512 x86-64 SIMD instructions." -- cgit v1.2.3