pub const DIGEST_WORD_SIZE: usize = mem::size_of::<u32>(); // 4usize
Expand description

The size of a word in bytes within a Digest (32-bits = 4 bytes).