diff options
author | Paul Duncan <pabs@pablotron.org> | 2024-02-24 02:00:23 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2024-02-24 02:00:23 -0500 |
commit | a55bbf2f96f1bb72f55933deecf772dd8f6b186a (patch) | |
tree | 6a90f47629d4a289803ac2bfc0252997fc91fe36 /README.md | |
parent | 8cbd85852939116e4e5feb0bf6160776116ca0bf (diff) | |
download | sha3-a55bbf2f96f1bb72f55933deecf772dd8f6b186a.tar.bz2 sha3-a55bbf2f96f1bb72f55933deecf772dd8f6b186a.zip |
README.md: add more references to cavp
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -10,14 +10,14 @@ specification][turboshake-ietf]. Includes [AVX-512][] acceleration, [Doxygen][]-friendly [API][] documentation, and a full test suite with sanitizers enabled and test vectors from the [NIST CSRC "Examples With Intermediate Values" -site][csrc-examples] and the [Test Vectors section of the draft -KangarooTwelve and TurboSHAKE specification][turboshake-ietf-test-vectors]. +site][csrc-examples], [NIST Cryptographic Algorithm Validation Program +(CAVP)][cavp], and the [Test Vectors section of the draft KangarooTwelve +and TurboSHAKE specification][turboshake-ietf-test-vectors]. The following algorithms are implemented: * SHA3-224, SHA3-256, SHA3-384, and SHA3-512: [SHA-3][] [cryptographic - hash functions][hash] with fixed-length output, as defined in section - 6.1 of [FIPS 202][]. + hash functions][hash], as defined in section 6.1 of [FIPS 202][]. * HMAC-SHA3-224, HMAC-SHA3-256, HMAC-SHA3-384, HMAC-SHA3-512: [HMAC][hmac] instantiated with [SHA-3][] hash functions, as specified in section 7 of [FIPS 202][], [RFC 2104][], and [FIPS 198-1][]. |