binius_core::protocols::fri

Function estimate_optimal_arity

Source
pub fn estimate_optimal_arity(
    log_block_length: usize,
    digest_size: usize,
    field_size: usize,
) -> usize
Expand description

Heuristic for estimating the optimal FRI folding arity that minimizes proof size.

log_block_length is the binary logarithm of the block length of the Reed–Solomon code.