From a94d726a94f1a429b9a0ead1843f5280c4e16feb Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 19 Oct 2023 04:19:07 -0400 Subject: content/posts/2023-09-05-c11-sha3.md: add note about v0.5 --- content/posts/2023-09-05-c11-sha3.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'content') 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" -- cgit v1.2.3