Function sp_crypto_hashing::blake2_512_into
source · pub fn blake2_512_into(data: &[u8], dest: &mut [u8; 64])
Expand description
Do a Blake2 512-bit hash and place result in dest
.
pub fn blake2_512_into(data: &[u8], dest: &mut [u8; 64])
Do a Blake2 512-bit hash and place result in dest
.