Module curve25519_dalek::backend::serial::scalar_mul::straus
source · Available on not (
curve25519_dalek_backend="simd"
and (target features avx2
or avx512ifma
)) and crate feature alloc
only.Expand description
Implementation of the interleaved window method, also known as Straus’ method.
Structs
- Perform multiscalar multiplication by the interleaved window method, also known as Straus’ method (since it was apparently first published by Straus in 1964, as a solution to a problem posted in the American Mathematical Monthly in 1963).