Function single_block_hash

Source
pub fn single_block_hash(input: &[u8]) -> Option<[u8; 32]>
Expand description

Hashing function for at most a single block worth of bytes.

Returns None if input length exceeds one block.