Skip to main content

GhashInvert1x

Type Alias GhashInvert1x 

Source
pub type GhashInvert1x<T> = GhashItohTsujii<T>;
Expand description

Invert wrapper for the PackedBinaryGhash1x128b packing: the shared Itoh-Tsujii inversion (there is no CLMUL inverse).

Aliased Typeยง

pub struct GhashInvert1x<T>(/* private fields */);