BLOCK_BYTES

Constant BLOCK_BYTES 

Source
pub const BLOCK_BYTES: usize = _; // 64usize
Expand description

Size of the Block representation in bytes.

Note that blocks are stored in memory as words instead of bytes, and that a Block is twice the size of a Digest.