Module zebra_chain::orchard::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ยง
- A Note represents that a value is spendable by the recipient who holds the spending key corresponding to a given shielded payment address.
- Additional randomness used in deriving the nullifier.
- Used as input to PRF^nf as part of deriving the nullifier of the note.
- A random seed (rseed) used in the Orchard note creation.