Struct indy_crypto::pair::PointG2 [] [src]

pub struct PointG2 { /* fields omitted */ }

Methods

impl PointG2
[src]

[src]

Creates new random PointG2

[src]

Creates new infinity PointG2

[src]

PointG2 * PointG2

[src]

PointG2 / PointG2

[src]

PointG2 ^ GroupOrderElement

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for PointG2
[src]

impl Clone for PointG2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for PointG2
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for PointG2
[src]

[src]

Formats the value using the given formatter.

impl Serialize for PointG2
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'a> Deserialize<'a> for PointG2
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more