Struct curve25519_dalek::scalar::UnpackedScalar [] [src]

pub struct UnpackedScalar(pub [i64; 12]);

The UnpackedScalar struct represents an element in ℤ/lℤ as 12 21-bit limbs.

Methods

impl UnpackedScalar
[src]

Compute ab+c (mod l).

Trait Implementations

impl Copy for UnpackedScalar
[src]

impl Clone for UnpackedScalar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Index<usize> for UnpackedScalar
[src]

The returned type after indexing

The method for the indexing (container[index]) operation

impl IndexMut<usize> for UnpackedScalar
[src]

The method for the mutable indexing (container[index]) operation