Struct crypto::curve25519::Fe [] [src]

pub struct Fe(pub [i32; 10]);

Methods

impl Fe
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Fe
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Fe
[src]

impl PartialEq for Fe
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Fe
[src]

impl Add for Fe
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub for Fe
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Mul for Fe
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.