Type Alias curve25519_dalek::edwards::EdwardsBasepointTableRadix16

source ·
pub type EdwardsBasepointTableRadix16 = EdwardsBasepointTable;
Expand description

A type-alias for EdwardsBasepointTable because the latter is used as a constructor in the constants module.

Aliased Type§

struct EdwardsBasepointTableRadix16(/* private fields */);

Trait Implementations§