We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5469b7 commit 902d967Copy full SHA for 902d967
common/libzkp/impl/src/verifier.rs
@@ -31,13 +31,11 @@ pub trait ProofVerifier {
31
#[derive(Debug, Serialize, Deserialize)]
32
pub struct CircuitConfig {
33
pub fork_name: String,
34
- pub params_path: String,
35
pub assets_path: String,
36
}
37
38
39
pub struct VerifierConfig {
40
- pub low_version_circuit: CircuitConfig,
41
pub high_version_circuit: CircuitConfig,
42
43
0 commit comments