sapling-crypto 0.1.0
This commit is contained in:
parent
a41c00227d
commit
b76e7e2509
|
@ -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`.
|
||||
|
||||
|
|
|
@ -1271,7 +1271,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sapling-crypto"
|
||||
version = "0.0.1"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"bellman",
|
||||
|
|
|
@ -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>",
|
||||
|
|
Loading…
Reference in New Issue