⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

blake2s_keyed

Function blake2s_keyed 

Source
pub fn blake2s_keyed(key: &[u8], data: &[u8], outlen: usize) -> [u8; 32]
Expand description

Compute keyed BLAKE2s hash

Delegates to crate::crypto::hash::blake2s_keyed_hash.