Struct openssl::ec::EcPointRef [] [src]

pub struct EcPointRef(_);

Methods

impl EcPointRef
[src]

[]

Computes a + b, storing the result in self.

[]

Computes q * m, storing the result in self.

[]

Computes generator * n, storing the result ing self.

[]

Computes generator * n + q * m, storing the result in self.

[]

Inverts self.

[]

Serializes the point to a binary representation.

[]

Determines if this point is equal to another.

Trait Implementations

impl OpenSslTypeRef for EcPointRef
[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.