Function zcash_note_encryption::batch::try_note_decryption[][src]

pub fn try_note_decryption<D: Domain, Output: ShieldedOutput<D>>(
    ivks: &[D::IncomingViewingKey],
    outputs: &[(D, Output)]
) -> Vec<Option<(D::Note, D::Recipient, D::Memo)>>
Expand description

Trial decryption of a batch of notes with a set of recipients.

This is the batched version of [zcash_note_encryption::try_note_decryption].