Zebra/zebra-chain/src/commitments.rs

5 lines
87 B
Rust

//! Note and value commitments and associated types.
pub mod sapling;
pub mod sprout;