Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 531 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 531 Bytes

Private Payments (BIP 351) Rust Implementation

Documentation Crates.io

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.