pub fn blake2_128(
data: <PassFatPointerAndRead<&[u8]> as RIType>::Inner,
) -> <AllocateAndReturnPointer<[u8; 16], 16> as RIType>::Inner
Expand description
Conduct a 128-bit Blake2 hash.
pub fn blake2_128(
data: <PassFatPointerAndRead<&[u8]> as RIType>::Inner,
) -> <AllocateAndReturnPointer<[u8; 16], 16> as RIType>::Inner
Conduct a 128-bit Blake2 hash.