Skip to main content

Module packed_ghash_128

Module packed_ghash_128 

Source
Expand description

Portable implementation of packed GHASH field operations.

Type Aliasesยง

GhashInvert1x
Invert wrapper for the PackedGhash1x128b packing: the shared Itoh-Tsujii inversion.
GhashMulX1x
Scaling wrapper for the PackedGhash1x128b packing: the shared lane walk.
GhashSquare1x
Square wrapper for the PackedGhash1x128b packing: the shared software square.
GhashWideMul1x
Widening-multiply wrapper used by the PackedGhash1x128b packing.