Struct openssl::ec::EcPoint [] [src]

pub struct EcPoint(_);

Methods

impl EcPoint
[src]

Creates a new point on the specified curve.

Methods from Deref<Target=EcPointRef>

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

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

impl Deref for EcPoint
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for EcPoint
[src]

The method called to mutably dereference a value