pub fn blake3_hash_with_key(key: &[u8; 32], data: &[u8]) -> Blake3Hash
BLAKE3 keyed hashing of a single value.