Skip to main content

ghash_wide_mul

Function ghash_wide_mul 

Source
pub fn ghash_wide_mul<U: Underlier128bLanes>(x: U, y: U) -> WideGhashProduct<U>
Expand description

Widening multiply: the schoolbook polynomial product of two GHASH field elements, without the modular reduction. The unreduced result can be accumulated by XOR and reduced once at the end via WideGhashProduct::reduce.