Module utils

Source
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]