EdwardsBasepointTableRadix16

Type Alias 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§

#[repr(transparent)]
pub struct EdwardsBasepointTableRadix16(pub(crate) [LookupTable<AffineNielsPoint>; 32]);

Tuple Fields§

§0: [LookupTable<AffineNielsPoint>; 32]

Trait Implementations§