binius_core::protocols::fri

Type Alias TerminateCodeword

source
pub type TerminateCodeword<F> = Vec<F>;
Expand description

The type of the termination round codeword in the FRI protocol.

Aliased Typeยง

struct TerminateCodeword<F> { /* private fields */ }