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 fe4cff9 commit 16418d2Copy full SHA for 16418d2
src/merkle_tree/constraints.rs
@@ -10,7 +10,7 @@ use ark_r1cs_std::prelude::*;
10
use ark_r1cs_std::ToBytesGadget;
11
use ark_relations::r1cs::{Namespace, SynthesisError};
12
use ark_std::borrow::Borrow;
13
-
+use ark_std::vec::Vec;
14
/// Represents a merkle tree path gadget.
15
pub struct PathVar<P, LeafH, TwoToOneH, ConstraintF>
16
where
0 commit comments