Skip to content

Commit

Permalink
Hide unnecessarily public function like in other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Jan 5, 2025
1 parent 5c8b350 commit e51bcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/portable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pub fn compress_xof(
crate::platform::le_bytes_from_words_64(&state)
}

pub fn hash1<const N: usize>(
fn hash1<const N: usize>(
input: &[u8; N],
key: &CVWords,
counter: u64,
Expand Down

0 comments on commit e51bcac

Please sign in to comment.