Struct openssl::ec::EcPoint []

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 ForeignType for EcPoint

The raw C type.

The type representing a reference to this type.

Constructs an instance of this type from its raw type.

Returns a raw pointer to the wrapped value.

impl Drop for EcPoint

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

impl Deref for EcPoint

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for EcPoint

The method called to mutably dereference a value