diff options
-rw-r--r-- | content/posts/2023-09-05-c11-sha3.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/posts/2023-09-05-c11-sha3.md b/content/posts/2023-09-05-c11-sha3.md index 868c3a8..f455ff0 100644 --- a/content/posts/2023-09-05-c11-sha3.md +++ b/content/posts/2023-09-05-c11-sha3.md @@ -93,6 +93,9 @@ TurboSHAKE256, KangarooTwelve, and an `examples/` directory. **Update (2023-09-18):** Released v0.3 with [AVX-512][] support (~3x faster) and miscellaneous small fixes. +**Update (2023-10-15):** Released v0.4 with lots of documentation +improvements. + [C11]: https://en.wikipedia.org/wiki/C11_(C_standard_revision) "ISO/IEC 9899:2011" [SHA-3]: https://en.wikipedia.org/wiki/SHA-3 |