Skip to content

Commit

Permalink
add a new release to CHANGELOG (arkworks-rs#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagician authored Jan 24, 2023
1 parent fae5197 commit c823c9e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

### Breaking changes

### Features

### Improvements

### Bugfixes

## v0.4.0

### Breaking changes

- [\#56](https://github.com/arkworks-rs/crypto-primitives/pull/56) Compress the output of the Bowe-Hopwood-Pedersen CRH to a single field element, in line with the Zcash specification.
- [\#60](https://github.com/arkworks-rs/crypto-primitives/pull/60) Merkle tree's `Config` requires a user-defined converter to turn leaf hash output to inner hash output.
- [\#60](https://github.com/arkworks-rs/crypto-primitives/pull/60) Rename the CRH trait as `CRHScheme` and the CRHGadget trait to `CRHSchemeGadget`.
Expand Down

0 comments on commit c823c9e

Please sign in to comment.