pub type Polyval = PolyvalGeneric<{ FieldElement::DEFAULT_PARALLELISM }>;Expand description
POLYVAL: GHASH-like universal hash over GF(2^128).
This type alias uses the default amount of parallelism for the target (8 for aarch64/x86,
1 for other targets using a pure Rust fallback implementation).
Aliased Typeยง
pub struct Polyval { /* private fields */ }