Struct efm32gg11b::crypto0::wac::MODULUS_W[][src]

pub struct MODULUS_W<'a> { /* fields omitted */ }
Expand description

Write proxy for field MODULUS

Implementations

Writes variant to the field

Generic modulus. p = 2^256

Generic modulus. p = 2^128

Modulus for B-233 and K-233 ECC curves. p(t) = t^233 + t^74 + 1

Modulus for B-163 and K-163 ECC curves. p(t) = t^163 + t^7 + t^6 + t^3 + 1

Modulus for GCM. P(t) = t^128 + t^7 + t^2 + t + 1

Modulus for P-256 ECC curve. p = 2^256 - 2^224 + 2^192 + 2^96 - 1

Modulus for P-224 ECC curve. p = 2^224 - 2^96 - 1

Modulus for P-192 ECC curve. p = 2^192 - 2^64 - 1

P modulus for B-233 ECC curve

P modulus for K-233 ECC curve

P modulus for B-163 ECC curve

P modulus for K-163 ECC curve

P modulus for P-256 ECC curve

P modulus for P-224 ECC curve

P modulus for P-192 ECC curve

Writes raw bits to the field

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.