Struct openssl::ec::EcGroup [] [src]

pub struct EcGroup(_);

Methods

impl EcGroup
[src]

Returns the group of a standard named curve.

Methods from Deref<Target=EcGroupRef>

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 OpenSslType for EcGroup
[src]

The raw C type.

The type representing a reference to this type.

Constructs an instance of this type from its raw type.

impl Drop for EcGroup
[src]

A method called when the value goes out of scope. Read more

impl Deref for EcGroup
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for EcGroup
[src]

The method called to mutably dereference a value