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