Module note

Source
Expand description

Orchard notes

Re-exportsยง

pub use ciphertexts::EncryptedNote;
pub use ciphertexts::WrappedNoteKey;
pub use nullifiers::Nullifier;

Modulesยง

arbitrary ๐Ÿ”’
ciphertexts ๐Ÿ”’
Encrypted parts of Orchard notes.
nullifiers ๐Ÿ”’
Orchard nullifier types and conversions.

Structsยง

Note
A Note represents that a value is spendable by the recipient who holds the spending key corresponding to a given shielded payment address.
Psi
Additional randomness used in deriving the nullifier.
Rho
Used as input to PRF^nf as part of deriving the nullifier of the note.
SeedRandomness
A random seed (rseed) used in the Orchard note creation.