Expand description
Trait definitions.
Macros§
Traits§
- Window
Size - Allowed wNAF window size: we use this to precompute the window point sizes, because it’s currently not possible to write bounds for them.
- Wnaf
Group - Extension trait on a
Groupthat provides helpers used by [crate::BoxedWnaf]. - Wnaf
Size - Size of the wNAF representation: this should be the type-level equivalent of
PrimeField::NUM_BITS + 1, which includes an extra entry for any remaining carry.