mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-10 16:01:28 +01:00
Follow the nightly's suggested fmt change
This commit is contained in:
committed by
Pratyush Mishra
parent
e524e46d0b
commit
6c0ee7ffbc
@@ -6,8 +6,8 @@ use algebra::Field;
|
||||
use r1cs_core::{ConstraintSystem, SynthesisError};
|
||||
|
||||
pub mod boolean;
|
||||
pub mod uint64;
|
||||
pub mod uint32;
|
||||
pub mod uint64;
|
||||
pub mod uint8;
|
||||
|
||||
pub trait ToBitsGadget<ConstraintF: Field> {
|
||||
|
||||
Reference in New Issue
Block a user