Skip to content

Commit 9b23b7f

Browse files
committed
Fix typo in SeaHash docs.
1 parent 27e9f1b commit 9b23b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seahash/src/reference.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
//! a' = b
2323
//! b' = c
2424
//! c' = d
25-
//! d = g(a ⊕ n)
25+
//! d' = g(a ⊕ n)
2626
//! ```
2727
//!
2828
//! `g(x)` is defined as `g(x) = j(h(j(x)))` with `h(x) = (x ≫ 32) ≫ (x ≫ 60)` and `j(x) ≡ px (mod

0 commit comments

Comments
 (0)