Skip to main content

Module tables

Module tables 

Source
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::PrecomputedTables until MSRV 1.90 due to restrictions on referencing a type with interior mutability from a const.

ConstantsΒ§

WINDOW_SIZE πŸ”’
Window size for the basepoint table (1 + 48-byte modulus)

StaticsΒ§

BASEPOINT_TABLE πŸ”’
Lazily computed basepoint table.

Type AliasesΒ§

BasepointTable πŸ”’
Basepoint table for multiples of NIST P-384’s generator.