pub fn tuple_hash<X, I, N>(s: &[u8], x: I) -> GenericArray<u8, N>Expand description
TupleHash over a fixed-size set of inputs.
ยงWarning
TupleHash is only defined for cSHAKE128 and cSHAKE256.
Using this with a different XOF might have worse security
properties.