We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e9f1b commit 9b23b7fCopy full SHA for 9b23b7f
seahash/src/reference.rs
@@ -22,7 +22,7 @@
22
//! a' = b
23
//! b' = c
24
//! c' = d
25
-//! d = g(a ⊕ n)
+//! d' = g(a ⊕ n)
26
//! ```
27
//!
28
//! `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