Function parallelhash128_xof
pub fn parallelhash128_xof(
data: &[u8],
block_size: usize,
custom: &[u8],
out: &mut [u8],
)Expand description
ParallelHashXOF128 (NIST SP 800-185 §6).
XOF variant: right_encode(0) for the final length field.
NIST SP 800-185 §6.3.1.