Skip to content

Commit 16418d2

Browse files
authored
fix no_std issue for merkle tree constraints (#40)
1 parent fe4cff9 commit 16418d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/merkle_tree/constraints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use ark_r1cs_std::prelude::*;
1010
use ark_r1cs_std::ToBytesGadget;
1111
use ark_relations::r1cs::{Namespace, SynthesisError};
1212
use ark_std::borrow::Borrow;
13-
13+
use ark_std::vec::Vec;
1414
/// Represents a merkle tree path gadget.
1515
pub struct PathVar<P, LeafH, TwoToOneH, ConstraintF>
1616
where

0 commit comments

Comments
 (0)