Skip to main content

WnafBase

Type Alias WnafBase 

Source
pub(crate) type WnafBase<C> = WnafBase<ProjectivePoint<C>, U5>;
Expand description

WnafBase generic around an elliptic curve C using default window size for this curve.

Aliased Typeยง

pub(crate) struct WnafBase<C> { /* private fields */ }