librustzcash/components
Jack Grigg a115a8f00f zcash_note_encryption: Remove `esk` check requirement from `Domain::parse_note_plaintext_without_memo_ovk`
This method is only called from `try_output_recovery_with_ock`, and we
can instead rely on the check performed in `check_note_validity`,
reducing the number of checks that `Domain` implementations need to
perform.

The `esk` and `ephemeral_key` parameters become unused, and will be
removed in a subsequent commit (as this change needs to be synchronized
with the `orchard` crate).
2023-05-19 16:30:47 +00:00
..
equihash Fix problems identified by clippy's beta lints 2022-09-17 08:57:37 -06:00
f4jumble Remove unused dependencies 2022-10-13 20:06:52 +00:00
zcash_address zcash_address 0.2.1 2023-04-15 00:51:29 +00:00
zcash_encoding Bump zcash_encoding and zcash_address crate versions to 0.2. 2022-10-19 16:51:59 -06:00
zcash_note_encryption zcash_note_encryption: Remove `esk` check requirement from `Domain::parse_note_plaintext_without_memo_ovk` 2023-05-19 16:30:47 +00:00