Skip to main content

Module mul_backend

Module mul_backend 

Source
Expand description

Scalar multiplication backends.

Structs§

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

Traits§

MulBackend
Scalar multiplication backend.