Skip to content

Commit

Permalink
Bring the whitespace back
Browse files Browse the repository at this point in the history
  • Loading branch information
autquis committed Jan 8, 2024
1 parent 957bbc8 commit 9053651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ This trait defines the interface for a polynomial commitment scheme. It is recom
```rust
// In this example, we will commit to a single polynomial, open it first at one point, and then batched at two points, and finally verify the proofs.
// We will use the KZG10 polynomial commitment scheme, following the approach from Marlin.

use ark_poly_commit::{Polynomial, marlin_pc::MarlinKZG10, LabeledPolynomial, PolynomialCommitment, QuerySet, Evaluations};
use ark_bls12_377::Bls12_377;
use ark_crypto_primitives::sponge::poseidon::{PoseidonSponge, PoseidonConfig};
Expand Down

0 comments on commit 9053651

Please sign in to comment.