MAX_SUPPORTED_DEGREE

Constant MAX_SUPPORTED_DEGREE 

Source
pub(crate) const MAX_SUPPORTED_DEGREE: usize = 8;
Expand description

Define the maximum degree we support for the evaluations. For instance, it can be used to split the looked-up functions into partial sums.