Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
autquis committed May 24, 2024
1 parent ef199a1 commit 4ed6a74
Showing 1 changed file with 1 addition and 1 deletion.
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 4ed6a74

Please sign in to comment.