Struct crypto::curve25519::GeP3 [] [src]

pub struct GeP3 { /* fields omitted */ }

Methods

impl GeP3
[src]

[src]

[src]

Trait Implementations

impl Clone for GeP3
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GeP3
[src]

impl Add<GeCached> for GeP3
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Add<GePrecomp> for GeP3
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub<GeCached> for GeP3
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Sub<GePrecomp> for GeP3
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.