Skip to main content

Module backend

Module backend 

Source
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§

PrecomputedTables
Backend based on precomputed tables.