Expand description
A collection of utility functions and helpers to facilitate the implementation of the Engine
trait.
Functionsยง
- Evaluate Polynomial using Fast Walsh-Hadamard Transform (FWHT).
x[] ^= y[]
data[x .. x + count] ^= data[y .. y + count]