Expand description
Code for fixed- and sliding-window functionality
Macrosยง
- impl_
lookup_ ๐table
Structsยง
- Lookup
Table - A lookup table of precomputed multiples of a point \(P\), used to compute \( xP \) for \( -8 \leq x \leq 8 \).
- Lookup
Table Radix32 - A lookup table of precomputed multiples of a point \(P\), used to compute \( xP \) for \( -8 \leq x \leq 8 \).
- Lookup
Table Radix64 - A lookup table of precomputed multiples of a point \(P\), used to compute \( xP \) for \( -8 \leq x \leq 8 \).
- Lookup
Table Radix128 - A lookup table of precomputed multiples of a point \(P\), used to compute \( xP \) for \( -8 \leq x \leq 8 \).
- Lookup
Table Radix256 - A lookup table of precomputed multiples of a point \(P\), used to compute \( xP \) for \( -8 \leq x \leq 8 \).
- NafLookup
Table5 ๐ - Holds odd multiples 1A, 3A, โฆ, 15A of a point A.
- NafLookup
Table8 ๐ - Holds stuff up to 8. The only time we use tables this big is for precomputed basepoint tables and multiscalar multiplication (which requires alloc).
Type Aliasesยง
- Lookup
Table ๐Radix16