pub(crate) const MAX_SUPPORTED_DEGREE: usize = 8;
Define the maximum degree we support for the evaluations. For instance, it can be used to split the looked-up functions into partial sums.