diff options
author | Paul Duncan <pabs@pablotron.org> | 2023-10-19 04:19:07 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2023-10-19 04:19:07 -0400 |
commit | a94d726a94f1a429b9a0ead1843f5280c4e16feb (patch) | |
tree | f4f8d6fd151d7350dfbf03984fb69bd00bcec09a /content/posts/2023-09-05-c11-sha3.md | |
parent | ba8b6b6f67faaa396ed1957c3e0b106283792c59 (diff) | |
download | pablotron.org-a94d726a94f1a429b9a0ead1843f5280c4e16feb.tar.bz2 pablotron.org-a94d726a94f1a429b9a0ead1843f5280c4e16feb.zip |
content/posts/2023-09-05-c11-sha3.md: add note about v0.5
Diffstat (limited to 'content/posts/2023-09-05-c11-sha3.md')
-rw-r--r-- | content/posts/2023-09-05-c11-sha3.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/content/posts/2023-09-05-c11-sha3.md b/content/posts/2023-09-05-c11-sha3.md index f455ff0..276611d 100644 --- a/content/posts/2023-09-05-c11-sha3.md +++ b/content/posts/2023-09-05-c11-sha3.md @@ -96,6 +96,10 @@ faster) and miscellaneous small fixes. **Update (2023-10-15):** Released v0.4 with lots of documentation improvements. +**Update (2023-10-19):** Released v0.5 with more documentation +improvements and additional examples. added [online API +documentation][api-docs]. + [C11]: https://en.wikipedia.org/wiki/C11_(C_standard_revision) "ISO/IEC 9899:2011" [SHA-3]: https://en.wikipedia.org/wiki/SHA-3 @@ -112,3 +116,5 @@ improvements. "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." +[api-docs]: https://pmdn.org/api-docs/sha3/ + "online API documentation" |