Skip to content

Commit 4ec8e33

Browse files
authored
Make Poseidon CRH no_std (#32)
1 parent 7a04b4c commit 4ec8e33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/crh/poseidon/constraints.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ use ark_r1cs_std::uint8::UInt8;
88
use ark_r1cs_std::ToConstraintFieldGadget;
99
use ark_r1cs_std::{alloc::AllocVar, fields::FieldVar, prelude::*};
1010
use ark_relations::r1cs::{Namespace, SynthesisError};
11+
use ark_std::vec::Vec;
1112

13+
use ark_std::borrow::ToOwned;
1214
use ark_std::marker::PhantomData;
1315
use core::borrow::Borrow;
1416

0 commit comments

Comments
 (0)