Function openssl::hash::hash_xof [−][src]
pub fn hash_xof(
t: MessageDigest,
data: &[u8],
buf: &mut [u8]
) -> Result<(), ErrorStack>
Computes the hash of the data
with the XOF hasher t
and stores it in buf
.
pub fn hash_xof(
t: MessageDigest,
data: &[u8],
buf: &mut [u8]
) -> Result<(), ErrorStack>
Computes the hash of the data
with the XOF hasher t
and stores it in buf
.