Skip to content

Commit

Permalink
typo fix sponge.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyKing44 authored Dec 31, 2024
1 parent 8eaad8c commit 3f42fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poseidon2/src/sponge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use zeroize::Zeroize;
///
/// # Generic parameters:
/// - N: state size = rate (R) + capacity (C)
/// - R: rate (number of field abosrbed/squeezed)
/// - R: rate (number of field absorbed/squeezed)
///
/// For security, for b=128-bit security, field size |F|, C*|F|>=2b:
/// i.e. 128-bit for 256-bit fields, C>=1.
Expand Down

0 comments on commit 3f42fef

Please sign in to comment.