pub fn single_block_hash(input: &[u8]) -> Option<[u8; 32]>
Hashing function for at most single block worth of bytes.
Returns None if the input length exceeds one block.
None