orchard 0.7.1

This commit is contained in:
Jack Grigg 2024-02-29 22:26:40 +00:00
parent 2a312c0cf1
commit 79d739f197
3 changed files with 7 additions and 5 deletions

View File

@ -7,10 +7,12 @@ and this project adheres to Rust's notion of
## [Unreleased]
## [0.7.1] - 2024-02-29
### Added
- `impl subtle::ConstantTimeEq for note::Nullifier`
- `impl Clone for note_encryption::CompactAction`
- `note_encryption::CompactAction::cmx`
- `impl subtle::ConstantTimeEq for orchard::note::Nullifier`
- `orchard::note_encryption`:
- `CompactAction::cmx`
- `impl Clone for CompactAction`
## [0.7.0] - 2024-01-26
### Licensing

2
Cargo.lock generated
View File

@ -1412,7 +1412,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "orchard"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"aes",
"bitvec",

View File

@ -1,6 +1,6 @@
[package]
name = "orchard"
version = "0.7.0"
version = "0.7.1"
authors = [
"Sean Bowe <sean@electriccoin.co>",
"Jack Grigg <jack@electriccoin.co>",