Struct openssl::ec::EcGroupRef []

pub struct EcGroupRef(_);

Methods

impl EcGroupRef
[src]

Places the components of a curve over a prime field in the provided BigNums.

Places the components of a curve over a binary field in the provided BigNums.

Returns the degree of the curve.

Places the order of the curve in the provided BigNum.

Sets the flag determining if the group corresponds to a named curve or must be explicitly parameterized.

This defaults to EXPLICIT_CURVE in OpenSSL 1.0.1 and 1.0.2, but NAMED_CURVE in OpenSSL 1.1.0.

Trait Implementations

impl ForeignTypeRef for EcGroupRef

The raw C type.

Constructs a shared instance of this type from its raw type.

Constructs a mutable reference of this type from its raw type.

Returns a raw pointer to the wrapped value.