hash_wires

Function hash_wires 

Source
pub fn hash_wires<const Q: usize, W: WireLabel>(
    wires: [&W; Q],
    tweak: u128,
) -> [U8x16; Q]
where ArrayUnrolledOps: UnrollableArraySize<Q>,
Expand description

Hash a batch of wires, using the same tweak for each wire.