mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-12 17:01:30 +01:00
Fix Vec imports for no_std
This commit is contained in:
committed by
Pratyush Mishra
parent
5659b0d9ea
commit
d4a2d31d07
@@ -1,3 +1,4 @@
|
||||
use crate::Vec;
|
||||
use algebra_core::{groups::Group, Field};
|
||||
use r1cs_core::{ConstraintSystem, SynthesisError};
|
||||
use r1cs_std::prelude::*;
|
||||
|
||||
Reference in New Issue
Block a user