diff options
author | Paul Duncan <pabs@pablotron.org> | 2024-03-04 12:35:52 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2024-03-04 12:35:52 -0500 |
commit | 8a809faae57564f67e01c9ec260ee1c5a64ddc0c (patch) | |
tree | 4dccb1e4ed3172a0779e60f3dbd0980e53157f73 /content | |
parent | 13d0265b530a22ae3336c4ad1f327a18311227c8 (diff) | |
download | pablotron.org-8a809faae57564f67e01c9ec260ee1c5a64ddc0c.tar.bz2 pablotron.org-8a809faae57564f67e01c9ec260ee1c5a64ddc0c.zip |
content/posts/2023-09-05-c11-sha3.md: remove references to shake128-xof and shake256-xof
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/2023-09-05-c11-sha3.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/2023-09-05-c11-sha3.md b/content/posts/2023-09-05-c11-sha3.md index 8e7ed66..19783cf 100644 --- a/content/posts/2023-09-05-c11-sha3.md +++ b/content/posts/2023-09-05-c11-sha3.md @@ -8,7 +8,7 @@ This weekend I put together a [C11][] implementation of the following [draft KangarooTwelve and TurboSHAKE specification][turboshake-ietf]: * SHA3-224, SHA3-256, SHA3-384, and SHA3-512 -* SHAKE128, SHAKE128-XOF, SHAKE256, and SHAKE256-XOF +* SHAKE128 and SHAKE256 * HMAC-SHA3-224, HMAC-SHA3-256, HMAC-SHA3-384, and HMAC-SHA3-512 * cSHAKE128, cSHAKE128-XOF, cSHAKE256, and cSHAKE256-XOF * KMAC128, KMAC128-XOF, KMAC256, and KMAC256-XOF |