Fix Vec imports for no_std

This commit is contained in:
Pascal Berrang
2020-04-07 09:35:19 +02:00
committed by Pratyush Mishra
parent 5659b0d9ea
commit d4a2d31d07
9 changed files with 26 additions and 12 deletions

View File

@@ -1,3 +1,4 @@
use crate::Vec;
use algebra_core::{groups::Group, Field};
use r1cs_core::{ConstraintSystem, SynthesisError};
use r1cs_std::prelude::*;