Struct indy_crypto::pair::PointG1 [] [src]

pub struct PointG1 { /* fields omitted */ }

Methods

impl PointG1
[src]

[src]

Creates new random PointG1

[src]

Creates new infinity PointG1

[src]

Checks infinity

[src]

PointG1 ^ GroupOrderElement

[src]

PointG1 * PointG1

[src]

PointG1 / PointG1

[src]

1 / PointG1

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for PointG1
[src]

impl Clone for PointG1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for PointG1
[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 PointG1
[src]

[src]

Formats the value using the given formatter.

impl Serialize for PointG1
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more