Crate snarkvm_algorithms
source ·Re-exports
Modules
- This crate implements functions for manipulating polynomials over finite fields, including FFTs.
- A crate for polynomial commitment schemes.
Macros
- Returns an iterator over
chunk_size
elements of the slice at a time. - Returns an iterator over
chunk_size
elements of the slice at a time. - Creates parallel iterator if
parallel
feature is enabled. - Creates parallel iterator over refs if
parallel
feature is enabled. - Creates parallel iterator over mut refs if
parallel
feature is enabled. - Applies the reduce operation over an iterator.
- A macro for computing ceil(log2(x))+1 for a field element x