INNER CODE UNIT · Rust

version

zkonduit/ezkl · src/lib.rs:115

pub fn version() -> &'static str {
    match VERSION {
        "0.0.0" => "source - no compatibility guaranteed",
        _ => VERSION,
    }
}

/// Bindings management
#[cfg(any(
    all(target_arch = "wasm32", target_os = "unknown"),
    feature = "python-bindings"
))]
pub mod bindings;
/// Methods for configuring tensor operations and assigning values to them in a Halo2 circuit.
pub mod circuit;
/// CLI commands.
#[cfg(all(feature = "ezkl", not(target_arch = "wasm32")))]
pub mod commands;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…