diff options
-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" |