From c9a27c215634f03102bcfc54737db265046ed164 Mon Sep 17 00:00:00 2001 From: Marcella Hastings Date: Tue, 24 Sep 2024 16:29:47 -0400 Subject: [PATCH] sha3: add another link to the docs #138 --- Primitive/Keyless/Hash/KeccakBitOrdering.cry | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Primitive/Keyless/Hash/KeccakBitOrdering.cry b/Primitive/Keyless/Hash/KeccakBitOrdering.cry index ff3af132..c3af8f87 100644 --- a/Primitive/Keyless/Hash/KeccakBitOrdering.cry +++ b/Primitive/Keyless/Hash/KeccakBitOrdering.cry @@ -64,6 +64,8 @@ fromBytes bs = reverse (join (reverse bs)) * the overall bit ordering scheme: * @see https://cryptologie.net/article/387/byte-ordering-and-bit-numbering-in-keccak-and-sha-3/ * The CAVP test vectors from NIST: + * @see https://csrc.nist.gov/projects/cryptographic-algorithm-validation-program/secure-hashing#sha3vsha3vss + * The CSAG examples and intermediate values from NIST: * @see https://csrc.nist.gov/projects/cryptographic-standards-and-guidelines/example-values#Hashing */ reverseBitOrdering : {m} [m] -> [m]