File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ Orchard protocols. It provides reusable methods that implement common note encry
5
5
and trial decryption logic, and enforce protocol-agnostic verification requirements.
6
6
7
7
Protocol-specific logic is handled via the ` Domain ` trait. Implementations of this
8
- trait are provided in the [ ` zcash_primitives ` ] (for Sapling) and [ ` orchard ` ] crates;
9
- users with their own existing types can similarly implement the trait themselves.
8
+ trait are provided in the [ ` sapling-crypto ` ] and [ ` orchard ` ] crates; users with their
9
+ own existing types can similarly implement the trait themselves.
10
10
11
11
[ in-band secret distribution scheme ] : https://zips.z.cash/protocol/protocol.pdf#saplingandorchardinband
12
- [ `zcash_primitives ` ] : https://crates.io/crates/zcash_primitives
12
+ [ `sapling-crypto ` ] : https://crates.io/crates/sapling-crypto
13
13
[ `orchard` ] : https://crates.io/crates/orchard
14
14
15
15
## License
Original file line number Diff line number Diff line change 5
5
//! and trial decryption logic, and enforce protocol-agnostic verification requirements.
6
6
//!
7
7
//! Protocol-specific logic is handled via the [`Domain`] trait. Implementations of this
8
- //! trait are provided in the [`zcash_primitives `] (for Sapling) and [`orchard`] crates;
9
- //! users with their own existing types can similarly implement the trait themselves.
8
+ //! trait are provided in the [`sapling-crypto `] and [`orchard`] crates; users with their
9
+ //! own existing types can similarly implement the trait themselves.
10
10
//!
11
11
//! [in-band secret distribution scheme]: https://zips.z.cash/protocol/protocol.pdf#saplingandorchardinband
12
- //! [`zcash_primitives `]: https://crates.io/crates/zcash_primitives
12
+ //! [`sapling-crypto `]: https://crates.io/crates/sapling-crypto
13
13
//! [`orchard`]: https://crates.io/crates/orchard
14
14
15
15
#![ no_std]
You can’t perform that action at this time.
0 commit comments