Merge pull request #135 from zcash/release-0.1.3

sapling-crypto release version 0.1.3
This commit is contained in:
Kris Nuttycombe 2024-03-24 20:33:13 -06:00 committed by GitHub
commit d23547f0d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

View File

@ -7,8 +7,13 @@ and this library adheres to Rust's notion of
## [Unreleased] ## [Unreleased]
## [0.1.3] - 2024-03-25
### Added ### Added
- `impl {PartialOrd, Ord} for sapling_crypto::note::Nullifier` - `impl {PartialOrd, Ord} for sapling_crypto::note::Nullifier`
- Additions under the `test-dependencies` feature flag:
- `sapling-crypto::tree::Node::random`
- `impl Distribution<sapling-crypto::tree::Node> for Standard`
## [0.1.2] - 2024-03-08 ## [0.1.2] - 2024-03-08
### Added ### Added

2
Cargo.lock generated
View File

@ -1271,7 +1271,7 @@ dependencies = [
[[package]] [[package]]
name = "sapling-crypto" name = "sapling-crypto"
version = "0.1.2" version = "0.1.3"
dependencies = [ dependencies = [
"aes", "aes",
"bellman", "bellman",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "sapling-crypto" name = "sapling-crypto"
version = "0.1.2" version = "0.1.3"
authors = [ authors = [
"Sean Bowe <sean@electriccoin.co>", "Sean Bowe <sean@electriccoin.co>",
"Jack Grigg <jack@electriccoin.co>", "Jack Grigg <jack@electriccoin.co>",