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.
- Seed
Randomness - A random seed (rseed) used in the Orchard note creation.