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

hmac_blake2s

Function hmac_blake2s 

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

HMAC-BLAKE2s: delegates to HmacAlgorithm::HmacBlake2s