Skip to content

Commit

Permalink
Add CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush committed Apr 22, 2021
1 parent 2af10c7 commit d097557
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Pending
### Breaking changes
- [\#348](https://github.com/arkworks-rs/snark/pull/334) Introduce a `Relation` trait, change the `SNARK` traits to use it, and break down `ConstraintSynthesizer` into three traits.

## v0.2.0

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion snark/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pub trait UniversalSetupSNARK<R: NPRelation>: SNARK<R> {
/// Specifies how to bound the size of public parameters required to
/// generate the index proving and verification keys for a given
/// circuit.
///
///
/// For example, for SNARKs that rely on polynomial commitments, this would
/// be the maximum degree of polynomials required to prove a given
/// instance.
Expand Down

0 comments on commit d097557

Please sign in to comment.