We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a51f64 commit fde6114Copy full SHA for fde6114
blake2/src/macros.rs
@@ -8,7 +8,7 @@ macro_rules! blake2_impl {
8
#[doc=$vardoc]
9
pub struct $name {
10
/// Blake2 state vector (8 words total, stored as 2 SIMD vectors).
11
- pub h: [$vec; 2],
+ pub(crate) h: [$vec; 2],
12
/// Total number of bytes processed so far.
13
pub t: u64,
14
#[cfg(feature = "reset")]
0 commit comments