pub fn blake2b_hash_data(data: &[u8], output_bytes: usize) -> String
Hash raw data with BLAKE2b variable output length. output_bytes is the output size in bytes (e.g., 32 for 256-bit).
output_bytes