Skip to content

Commit

Permalink
sha3: add another link to the docs #138
Browse files Browse the repository at this point in the history
  • Loading branch information
marsella committed Sep 24, 2024
1 parent b05ff92 commit c9a27c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Primitive/Keyless/Hash/KeccakBitOrdering.cry
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit c9a27c2

Please sign in to comment.