mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-09 07:21:29 +01:00
Refactor UInt{8,16,64,128} into one struct UInt (#121)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use ark_r1cs_std::{
|
||||
alloc::AllocVar, fields::emulated_fp::EmulatedFpVar, R1CSVar, ToConstraintFieldGadget,
|
||||
alloc::AllocVar, convert::ToConstraintFieldGadget, fields::emulated_fp::EmulatedFpVar, R1CSVar,
|
||||
};
|
||||
use ark_relations::r1cs::ConstraintSystem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user