Private Payments (BIP 351) Rust Implementation
This is the reference implementation for BIP 351 written in Rust.
BIP351 specification may be found here.
Usage Examples
Sending and receiving examples are available in examples/sending.rs and examples/receiving.rs.