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§