Struct crypto::curve25519::GePrecomp[][src]

pub struct GePrecomp { /* fields omitted */ }

Methods

impl GePrecomp
[src]

Trait Implementations

impl Clone for GePrecomp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GePrecomp
[src]

impl Add<GePrecomp> for GeP3
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Sub<GePrecomp> for GeP3
[src]

The resulting type after applying the - operator.

Performs the - operation.

Auto Trait Implementations

impl Send for GePrecomp

impl Sync for GePrecomp