Struct openssl::bn::MsbOption[][src]

pub struct MsbOption(_);
Expand description

Options for the most significant bits of a randomly generated BigNum.

Implementations

The most significant bit of the number may be 0.

The most significant bit of the number must be 1.

The most significant two bits of the number must be 1.

The number of bits in the product of two such numbers will always be exactly twice the number of bits in the original numbers.

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.

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.