sapling-crypto 0.1.1

This commit is contained in:
Jack Grigg 2024-02-15 19:42:19 +00:00
parent 346a650741
commit 4efe3334ee
3 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@ and this library adheres to Rust's notion of
## [Unreleased]
## [0.1.1] - 2024-02-15
### Fixed
- `sapling_crypto::builder::BundleType::num_outputs` now matches the previous
behaviour for Sapling bundle padding, by including dummy outputs if there are

2
Cargo.lock generated
View File

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

View File

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