diff options
author | Paul Duncan <pabs@pablotron.org> | 2023-10-15 00:04:18 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2023-10-15 00:04:18 -0400 |
commit | ba8b6b6f67faaa396ed1957c3e0b106283792c59 (patch) | |
tree | 2758b3ac2d7419bd610101593297ba2127e1261d /content/posts | |
parent | 16a92dbac1ac76ebb7cd1a004bd2c86629f65622 (diff) | |
download | pablotron.org-ba8b6b6f67faaa396ed1957c3e0b106283792c59.tar.bz2 pablotron.org-ba8b6b6f67faaa396ed1957c3e0b106283792c59.zip |
content/posts/2023-09-05-c11-sha3.md: add note about v0.4
Diffstat (limited to 'content/posts')
-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 |