sapling-crypto 0.1.0

This commit is contained in:
Jack Grigg 2024-01-26 19:30:42 +00:00
parent a41c00227d
commit b76e7e2509
3 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,11 @@ and this library adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.0] - 2024-01-26
The crate has been completely rewritten. See [`zcash/librustzcash`] for the
history of this rewrite.
The entries below are relative to the `zcash_primitives::sapling` module as of
`zcash_primitives 0.13.0`.

2
Cargo.lock generated
View File

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

View File

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