Skip to content

Commit

Permalink
zcash_note_encryption: Clean up changelog and readme
Browse files Browse the repository at this point in the history
We no longer depend on the previously-mentioned dependencies.
  • Loading branch information
str4d committed Oct 13, 2022
1 parent d9dac00 commit 9a010d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion components/zcash_note_encryption/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ and this library adheres to Rust's notion of

### Changed
- MSRV is now 1.56.1.
- Migrated to `group 0.13`.
- `zcash_note_encryption::Domain` now requires `epk` to be converted to
`Domain::PreparedEphemeralPublicKey` before being passed to
`Domain::ka_agree_dec`.
Expand Down
10 changes: 0 additions & 10 deletions components/zcash_note_encryption/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ Licensed under either of

at your option.

Downstream code forks should note that 'zcash_note_encryption' depends on the
'orchard' crate, which is licensed under the
[Bootstrap Open Source License](https://github.com/zcash/orchard/blob/main/LICENSE-BOSL).
A license exception is provided allowing some derived works that are linked or
combined with the 'orchard' crate to be copied or distributed under the original
licenses (in this case MIT / Apache 2.0), provided that the included portions of
the 'orchard' code remain subject to BOSL.
See https://github.com/zcash/orchard/blob/main/COPYING for details of which
derived works can make use of this exception.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally
Expand Down

0 comments on commit 9a010d4

Please sign in to comment.