snark_verifier_sdk::halo2

Function read_snark

Source
pub fn read_snark(path: impl AsRef<Path>) -> Result<Snark, Error>
Expand description

Tries to deserialize a SNARK from the specified path using bincode.

WARNING: The user must keep track of whether the SNARK was generated using the GWC or SHPLONK multi-open scheme.