Function tuple_hash_xof

Source
pub fn tuple_hash_xof<X, I>(s: &[u8], x: I) -> impl XofReader
where X: Xof, I: IntoIterator, I::Item: AsRef<[u8]>,
Expand description

TupleHashXof over a fixed-size set of inputs.

ยงWarning

TupleHashXof is only defined for cSHAKE128 and cSHAKE256. Using this with a different XOF might have worse security properties.