Struct openssl::ec::EcGroupRef []

pub struct EcGroupRef(_);

Methods

impl EcGroupRef
[src]

[src]

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

[src]

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

[src]

Returns the degree of the curve.

[src]

Places the order of the curve in the provided BigNum.

[src]

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.

[src]

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

[src]

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

[src]

Returns a raw pointer to the wrapped value.