INNER CODE UNIT · Rust

get_epsilon

zkonduit/ezkl · src/lib.rs:289

    pub fn get_epsilon(&self) -> f64 {
        self.epsilon.unwrap_or(f64::EPSILON)
    }
}

impl Default for RunArgs {
    /// Creates a new RunArgs instance with default values
    ///
    /// Default configuration is optimized for common use cases
    /// while maintaining reasonable proving time and circuit size
    fn default() -> Self {
        Self {
            bounded_log_lookup: false,
            input_scale: 7,
            param_scale: 7,
            rebase_scale: None,
            scale_rebase_multiplier: 1,
            lookup_range: (-32768, 32768),

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…