Struct indy_crypto::pair::Pair [] [src]

pub struct Pair { /* fields omitted */ }

Methods

impl Pair
[src]

[src]

e(PointG1, PointG2)

[src]

e() * e()

[src]

e() ^ GroupOrderElement

[src]

1 / e()

[src]

[src]

[src]

Trait Implementations

impl Debug for Pair
[src]

[src]

Formats the value using the given formatter.

impl Copy for Pair
[src]

impl Clone for Pair
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more