pub fn hash_wires<const Q: usize, W: WireLabel>( wires: [&W; Q], tweak: u128, ) -> [U8x16; Q]where ArrayUnrolledOps: UnrollableArraySize<Q>,
Hash a batch of wires, using the same tweak for each wire.