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