Struct openssl::ec::EcGroupRef [] [src]

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.

Trait Implementations

impl OpenSslTypeRef for EcGroupRef
[src]

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.