aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/posts/2023-09-05-c11-sha3.md5
1 files changed, 5 insertions, 0 deletions
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."