pub fn tuple_hash_xof<X, I>(s: &[u8], x: I) -> impl XofReaderExpand 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.