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

blake2s

Function blake2s 

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

Compute BLAKE2s hash of data with given output length

Delegates to crate::crypto::hash::blake2s_hash.