Skip to main content

Module mul_backend

Module mul_backend 

Source
Expand description

Scalar multiplication backends.

Modules§

precomputed_tables 🔒
variable_only 🔒

Structs§

PrecomputedTables
Backend based on precomputed tables.
VariableOnly
Simple backend that only supports variable-base scalar multiplication.

Traits§

MulBackend
Scalar multiplication backend.