Function single_chunk_keyed_hash

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

The keyed hash function for at most a single chunk worth of bytes.

Returns None if input length exceeds one chunk.