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 a592873
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions poly-commit/src/marlin/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ 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"))]
use ark_std::{
string::{String, ToString},
vec::Vec,
};
// #[cfg(not(feature = "std"))]
// use ark_std::{
// string::{String, ToString},
// vec::Vec,
// };

/// Polynomial commitment scheme from [[KZG10]][kzg] that enforces
/// strict degree bounds and (optionally) enables hiding commitments by
Expand Down

0 comments on commit a592873

Please sign in to comment.