aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2023-09-18 20:01:15 -0400
committerPaul Duncan <pabs@pablotron.org>2023-09-18 20:01:15 -0400
commitf123c4a11d091cb9e5033cc1d8a2a3853a5dec65 (patch)
tree64f996e8378dfce68ebd570a3e981908e1f4be6a /content
parent1da0db8ee75286ea4a4b57b515cc645c858d8f64 (diff)
downloadpablotron.org-f123c4a11d091cb9e5033cc1d8a2a3853a5dec65.tar.bz2
pablotron.org-f123c4a11d091cb9e5033cc1d8a2a3853a5dec65.zip
content/posts/2023-09-05-c11-sha3.md: add v0.3 note
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."