Merge pull request #428 from nuttycom/public_compact_size

Move the CompactSize, Vector, Array and Option encodings to a new zcash_encoding crate.

Extracted from: edcde252de
This commit is contained in:
str4d 2021-09-01 20:45:28 +01:00 committed by GitHub
commit b7a3885b7f
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ use crate::{
/// Trial decryption of a batch of notes with a set of recipients.
///
/// This is the batched version of [`zcash_note_encryption::try_note_decryption`].
#[allow(clippy::type_complexity)]
pub fn try_note_decryption<D: Domain, Output: ShieldedOutput<D>>(
ivks: &[D::IncomingViewingKey],
outputs: &[(D, Output)],