Expand description
A rust implementation of BIP352: Silent Payments. This library can be used to add silent payment support to wallets.
This library is split up in two parts: sending and receiving.
Either of these can be implemented independently using
the sending or receiving features.
§Examples
Will be added soon. In the meantime, have a look at the test vectors from the BIP to see how to do a simple implementation.
Alternatively, have a look at Sp client, which is a WIP wallet client for building silent payment wallets.
Re-exports§
pub use bitcoin_hashes;pub use secp256k1;
Modules§
- receiving
- The receiving component of silent payments.
- sending
- The sending component of silent payments.
- utils
- Utility functions for both sending and receiving.
Structs§
- Silent
Payment Address - A silent payment address struct that can be used to deserialize a silent payment address string.