Skip to content

Commit

Permalink
Update libcrux-sha3/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Franziskus Kiefer <[email protected]>
  • Loading branch information
xvzcf and franziskuskiefer authored Jul 1, 2024
1 parent a10e78c commit c3f9263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcrux-sha3/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ pub mod portable {
squeeze_next_block::<1, u64, 168>(&mut s.state, [out0])
}

/// Crate a new SHAKE-256 state object.
/// Create a new SHAKE-256 state object.
#[inline(always)]
pub fn shake256_init() -> KeccakState1 {
KeccakState1 {
Expand Down

0 comments on commit c3f9263

Please sign in to comment.