Refactor UInt{8,16,64,128} into one struct UInt (#121)

This commit is contained in:
Pratyush Mishra
2024-01-03 08:23:54 -05:00
committed by GitHub
parent 3cb9fdef00
commit d011859416
54 changed files with 5044 additions and 3081 deletions

View File

@@ -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;