Merge pull request #341 from nuttycom/autoshield-poc-daa

Add auto-shielding to the data access API

Extracted from: 4f4a25252f
This commit is contained in:
Kris Nuttycombe 2022-02-02 14:26:05 -07:00 committed by GitHub
commit e785fcb321
1 changed files with 1 additions and 1 deletions

View File

@ -352,10 +352,10 @@ pub trait ShieldedOutput<D: Domain, const CIPHERTEXT_SIZE: usize> {
/// use ff::Field;
/// use rand_core::OsRng;
/// use zcash_primitives::{
/// keys::{OutgoingViewingKey, prf_expand},
/// consensus::{TEST_NETWORK, TestNetwork, NetworkUpgrade, Parameters},
/// memo::MemoBytes,
/// sapling::{
/// keys::{OutgoingViewingKey, prf_expand},
/// note_encryption::sapling_note_encryption,
/// util::generate_random_rseed,
/// Diversifier, PaymentAddress, Rseed, ValueCommitment