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