Skip to main content

load_nullifier_material_from_paths

Function load_nullifier_material_from_paths 

Source
pub fn load_nullifier_material_from_paths(
    zkey: impl AsRef<Path>,
    graph: impl AsRef<Path>,
) -> CircomGroth16Material
Expand description

Loads the CircomGroth16Material for the nullifier proof from the provided paths.

ยงPanics

Will panic if the material cannot be loaded or verified.