Skip to content

Commit

Permalink
Run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
autquis committed Jan 3, 2024
1 parent 0aed769 commit 888c8c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/snark/constraints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ use ark_r1cs_std::prelude::*;
use ark_r1cs_std::{
bits::boolean::Boolean,

Check failure on line 4 in src/snark/constraints.rs

View workflow job for this annotation

GitHub Actions / Test (nightly)

failed to resolve: could not find `bits` in `ark_r1cs_std`
fields::{
fp::{AllocatedFp, FpVar},
emulated_fp::{
params::{get_params, OptimizationType},
AllocatedEmulatedFpVar, EmulatedFpVar,
},
fp::{AllocatedFp, FpVar},
},
R1CSVar,
};
Expand Down
2 changes: 1 addition & 1 deletion src/sponge/constraints/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ use ark_ff::PrimeField;
use ark_r1cs_std::alloc::AllocVar;
use ark_r1cs_std::bits::boolean::Boolean;

Check failure on line 4 in src/sponge/constraints/mod.rs

View workflow job for this annotation

GitHub Actions / Test (nightly)

failed to resolve: could not find `bits` in `ark_r1cs_std`
use ark_r1cs_std::bits::uint8::UInt8;

Check failure on line 5 in src/sponge/constraints/mod.rs

View workflow job for this annotation

GitHub Actions / Test (nightly)

failed to resolve: could not find `bits` in `ark_r1cs_std`
use ark_r1cs_std::fields::fp::{AllocatedFp, FpVar};
use ark_r1cs_std::fields::emulated_fp::params::{get_params, OptimizationType};
use ark_r1cs_std::fields::emulated_fp::{AllocatedEmulatedFpVar, EmulatedFpVar};
use ark_r1cs_std::fields::fp::{AllocatedFp, FpVar};
use ark_r1cs_std::R1CSVar;
use ark_relations::lc;
use ark_relations::r1cs::{ConstraintSystemRef, LinearCombination, SynthesisError};
Expand Down

0 comments on commit 888c8c8

Please sign in to comment.