Struct curve25519_dalek::ristretto::RistrettoBasepointTable [] [src]

pub struct RistrettoBasepointTable(_);

A precomputed table of multiples of a basepoint, used to accelerate scalar multiplication.

Methods

impl RistrettoBasepointTable
[src]

[src]

Create a precomputed table of multiples of the given basepoint.

[src]

Get the basepoint for this table as a RistrettoPoint.

Trait Implementations

impl Clone for RistrettoBasepointTable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a, 'b> Mul<&'b Scalar> for &'a RistrettoBasepointTable
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.