pub fn single_chunk_keyed_hash(key: &[u8; 32], input: &[u8]) -> Option<[u8; 32]>
The keyed hash function for at most a single chunk (CHUNK_LEN) worth of bytes.
CHUNK_LEN
Returns None if the input length exceeds one chunk.
None