Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
autquis committed May 27, 2024
1 parent ef199a1 commit b3b04f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poly-commit/src/marlin/marlin_pst13_pc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use ark_ec::{
use ark_ff::{One, PrimeField, UniformRand, Zero};
use ark_poly::{multivariate::Term, DenseMVPolynomial};
use ark_std::{marker::PhantomData, ops::Index, ops::Mul, rand::RngCore};
#[cfg(not(feature = "std"))]
// #[cfg(not(feature = "std"))]
use ark_std::{string::ToString, vec::Vec};
#[cfg(feature = "parallel")]
use rayon::prelude::*;
Expand Down
2 changes: 1 addition & 1 deletion poly-commit/src/marlin/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use ark_crypto_primitives::sponge::CryptographicSponge;
use ark_ec::{pairing::Pairing, AffineRepr, CurveGroup};
use ark_ff::{One, Zero};
use ark_std::{convert::TryInto, hash::Hash, ops::AddAssign, ops::Mul};
#[cfg(not(feature = "std"))]
// #[cfg(not(feature = "std"))]
use ark_std::{
string::{String, ToString},
vec::Vec,
Expand Down

0 comments on commit b3b04f2

Please sign in to comment.