Merge pull request #626 from zcash/make-nk-internals-public

zcash_primitives: Make `NullifierDerivingKey` internals public
This commit is contained in:
Kris Nuttycombe 2022-09-01 20:16:44 -06:00 committed by GitHub
commit 0b8a0a894b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ impl ProofGenerationKey {
/// A key used to derive the nullifier for a Sapling note.
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub struct NullifierDerivingKey(pub(crate) jubjub::SubgroupPoint);
pub struct NullifierDerivingKey(pub jubjub::SubgroupPoint);
#[derive(Debug, Clone)]
pub struct ViewingKey {