Skip to content

Commit 6939a79

Browse files
committed
fix: return proper math usage
1 parent 05a11d4 commit 6939a79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sources/sections/07-hash_functions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ SHA-512/224 and SHA-512/256.
100100
[[checksum_whirlpool]]
101101
==== The WHIRLPOOL Hash Function
102102

103-
WHIRLPOOL is a hash function that operates on messages less than 2^256
103+
WHIRLPOOL is a hash function that operates on messages less than stem:[2^256]
104104
bits in length, and produces a hash value of 512 bits <<WHIRLPOOL>>.
105105

106106
It uses Merkle-Damgard strengthening and the Miyaguchi-Preneel hashing
107-
scheme with a dedicated 512-bit block cipher called "W" <<WHIRLPOOL>>.
107+
scheme with a dedicated 512-bit block cipher called stem:[W] <<WHIRLPOOL>>.
108108

109109

110110
[[checksum_sm3]]

0 commit comments

Comments
 (0)