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.
no_std
1 parent 7a04b4c commit 4ec8e33Copy full SHA for 4ec8e33
src/crh/poseidon/constraints.rs
@@ -8,7 +8,9 @@ use ark_r1cs_std::uint8::UInt8;
8
use ark_r1cs_std::ToConstraintFieldGadget;
9
use ark_r1cs_std::{alloc::AllocVar, fields::FieldVar, prelude::*};
10
use ark_relations::r1cs::{Namespace, SynthesisError};
11
+use ark_std::vec::Vec;
12
13
+use ark_std::borrow::ToOwned;
14
use ark_std::marker::PhantomData;
15
use core::borrow::Borrow;
16
0 commit comments