diff options
author | Paul Duncan <pabs@pablotron.org> | 2023-09-05 15:55:06 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2023-09-05 15:55:06 -0400 |
commit | d6fc39d5738c65671280dedf69f107054ebdc3aa (patch) | |
tree | e5282397110d620e0fcfec00535a5f462a0ca336 | |
parent | ccd675235274b420677c2dd00e600059b7c970dc (diff) | |
download | sha3-d6fc39d5738c65671280dedf69f107054ebdc3aa.tar.bz2 sha3-d6fc39d5738c65671280dedf69f107054ebdc3aa.zip |
README.md: s/TurboHash/TurboSHAKE/, add turboshake references
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -21,7 +21,7 @@ * TupleHash256 and TupleHash256-XOF * ParallelHash128 and ParallelHash128-XOF * ParallelHash256 and ParallelHash256-XOF -* TurboHash128 and TurboHash256 (incomplete) +* TurboSHAKE128 and TurboSHAKE256 Use `make` to build a minimal test application, and `make test` to run the test suite. @@ -32,6 +32,8 @@ the test suite. * [NIST SP 800-185 - SHA-3 Derived Functions: cSHAKE, KMAC, TupleHash, and ParallelHash][800-185] * [FIPS 198-1 - The Keyed-Hash Message Authentication Code (HMAC)][FIPS 198-1] * [NIST CSRC: Cryptographic Standards and Guidelines: Examples with Intermediate Values][csrc-examples] +* [TurboSHAKE (PDF)][turboshake] +* [KangarooTwelve and TurboSHAKE][turboshake-ietf] [C11]: https://en.wikipedia.org/wiki/C11_(C_standard_revision) "ISO/IEC 9899:2011" @@ -45,3 +47,7 @@ the test suite. "The Keyed-Hash Message Authentication Code (HMAC)" [csrc-examples]: https://csrc.nist.gov/projects/cryptographic-standards-and-guidelines/example-values "NIST CSRC: Cryptographic Standards and Guidelines: Examples with Intermediate Values" +[turboshake]: https://eprint.iacr.org/2023/342.pdf + "TurboSHAKE" +[turboshake-ietf]: https://www.ietf.org/archive/id/draft-irtf-cfrg-kangarootwelve-10.html#name-test-vectors + "KangarooTwelve and TurboSHAKE" |