INNER CODE UNIT · Rust

from

zkonduit/ezkl · src/lib.rs:97

    fn from(s: String) -> Self {
        EZKLError::UncategorizedError(s)
    }
}
use circuit::{table::Range, CheckMode};
#[cfg(all(feature = "ezkl", not(target_arch = "wasm32")))]
use clap::Args;
use fieldutils::IntegerRep;
use graph::{Visibility, MAX_PUBLIC_SRS};
use serde::{Deserialize, Serialize};
#[cfg(all(feature = "ezkl", not(target_arch = "wasm32")))]
use tosubcommand::ToFlags;

// if CARGO VERSION is 0.0.0 replace with "source - no compatibility guaranteed"
/// The version of the ezkl library
const VERSION: &str = env!("CARGO_PKG_VERSION");

/// Get the version of the library

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…