mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-11 01:45:48 +03:00
fix integer_arithmetic benchmark
This commit is contained in:
parent
55965e48bb
commit
4e26ca5a40
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
use leo_gadgets::{arithmetic::*, Int128, Int16, Int32, Int64, Int8};
|
use leo_gadgets::{arithmetic::*, Int128, Int16, Int32, Int64, Int8};
|
||||||
|
|
||||||
use snarkvm_gadgets::traits::utilities::alloc::AllocGadget;
|
use snarkvm_gadgets::traits::utilities::{alloc::AllocGadget, arithmetic::Add};
|
||||||
use snarkvm_r1cs::{ConstraintSystem, Fr, TestConstraintSystem};
|
use snarkvm_r1cs::{ConstraintSystem, Fr, TestConstraintSystem};
|
||||||
|
|
||||||
use rand::{Rng, SeedableRng};
|
use rand::{Rng, SeedableRng};
|
||||||
|
Loading…
Reference in New Issue
Block a user