Expand description
Precomputed tables (optional).
ModulesΒ§
- backend π
- Workaround for rust-lang/rust#140653 to support MSRV 1.85: we canβt use the generic
implementation in
primeorder::mul_backend::PrecomputedTablesuntil MSRV 1.90 due to restrictions on referencing a type with interior mutability from aconst.
ConstantsΒ§
- WINDOW_
SIZE π - Window size for the basepoint table.
StaticsΒ§
- BASEPOINT_
TABLE π - Lazily computed basepoint table.
Type AliasesΒ§
- Basepoint
Table π - Basepoint table for multiples of NIST P-521βs generator.