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