Skip to main content

CombFn

Type Alias CombFn 

Source
pub type CombFn<F> = Box<dyn Fn(&[F]) -> F + Send + Sync>;
Expand description

Sumcheck combination function: maps MLE evaluations to a single field element.

Aliased Typeยง

pub struct CombFn<F>(/* private fields */);