From 00271627496bbb03223fdc84dad7c5078d6f1588 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 13 Oct 2022 21:23:09 +0000 Subject: [PATCH] zcash_note_encryption: Clean up changelog and readme We no longer depend on the previously-mentioned dependencies. Extracted from: https://github.com/zcash/librustzcash/commit/9a010d42ff53828f48def8da96539897f8265745 --- CHANGELOG.md | 1 - README.md | 10 ---------- 2 files changed, 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4db12f9..eb1681e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/README.md b/README.md index ffa1325..612b7a6 100644 --- a/README.md +++ b/README.md @@ -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