reddsa 0.3

This commit is contained in:
Jack Grigg 2022-05-10 22:51:33 +00:00
parent e2c24fcd5c
commit e2eb75c869
2 changed files with 2 additions and 5 deletions

View File

@ -8,7 +8,7 @@ and this project adheres to Rust's notion of
## [Unreleased]
### Changed
- Migrated to `bitvec 1`, `ff 0.12`, `group 0.12`, `incrementalmerkletree 0.3`,
`pasta_curves 0.4`, `halo2_proofs 0.1`.
`pasta_curves 0.4`, `halo2_proofs 0.1`, `reddsa 0.3`.
- `orchard::bundle`:
- `Action` has been moved to `orchard::Action`.
- `Bundle::{try_}authorize` have been renamed to

View File

@ -37,7 +37,7 @@ memuse = { version = "0.2", features = ["nonempty"] }
pasta_curves = "0.4"
proptest = { version = "1.0.0", optional = true }
rand = "0.8"
reddsa = "0.2"
reddsa = "0.3"
nonempty = "0.7"
serde = { version = "1.0", features = ["derive"] }
subtle = "2.3"
@ -81,6 +81,3 @@ debug = true
[profile.bench]
debug = true
[patch.crates-io]
reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "0e912de3000fe165daf58ad98d1a22f1a66e7f18" }