Expand description
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.
Structs§
- Precomputed
Tables - Backend based on precomputed tables.