Skip to main content

ghash_mul

Function ghash_mul 

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

Multiply two GHASH field elements using software implementation.

Method described at:

This code does not conform to the bit-endianness requirements of the GCM specification, but is a valid GHASH field multiplication with the modified representation.