Function tuple_hash

Source
pub fn tuple_hash<X, I, N>(s: &[u8], x: I) -> GenericArray<u8, N>
where X: Xof, I: IntoIterator, I::Item: AsRef<[u8]>, N: ArrayLength,
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.