pub type PackedBinaryPolyval1x128b = PackedPrimitiveType<M128, BinaryField128bPolyval>;
Aliased Type§
struct PackedBinaryPolyval1x128b(pub M128, pub PhantomData<BinaryField128bPolyval>);
Fields§
§0: M128
§1: PhantomData<BinaryField128bPolyval>
Trait Implementations§
source§impl InvertOrZero for PackedBinaryPolyval1x128b
impl InvertOrZero for PackedBinaryPolyval1x128b
source§fn invert_or_zero(self) -> Self
fn invert_or_zero(self) -> Self
Returns the inverted value or zero in case when
self
is zero