Module sprout

Source
Expand description

Sprout-related functionality.

Re-exports§

pub use commitment::NoteCommitment;
pub use note::EncryptedNote;
pub use note::Note;
pub use note::Nullifier;

Modules§

arbitrary 🔒
commitment
Sprout commitment types.
joinsplit 🔒
Sprout funds transfers using JoinSplits.
keys
Sprout key types.
note
Sprout notes
tree
Note Commitment Trees.

Structs§

JoinSplit
A JoinSplit Description, as described in protocol specification §7.2.
RandomSeed
A 256-bit seed that must be chosen independently at random for each JoinSplit description.