Skip to main content

blake2b_hash_data

Function blake2b_hash_data 

Source
pub fn blake2b_hash_data(data: &[u8], output_bytes: usize) -> String
Expand description

Hash raw data with BLAKE2b variable output length. output_bytes is the output size in bytes (e.g., 32 for 256-bit).