Skip to main content

params_with_100_bits_security

Function params_with_100_bits_security 

Source
pub fn params_with_100_bits_security(
    log_blowup: usize,
    l_skip: usize,
    n_stack: usize,
    w_stack: usize,
    folding_pow_bits: usize,
    mu_pow_bits: usize,
    proximity: WhirProximityStrategy,
    max_constraint_degree: usize,
    whir_query_phase_pow_bits: usize,
    k_whir: usize,
) -> SystemParams
Expand description

Builds production SystemParams for 100-bit security, calibrating LogUp grinding to the WHIR proximity regime’s PCS list size. The LogUp params are derived up front (from the same inputs SystemParams::new uses to build the WHIR config) so they can be passed straight in.