Crate silentpayments

source ·
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 Donation wallet, which is a WIP ‘silent payments native’ wallet.

Re-exports§

Modules§

  • The receiving component of silent payments.
  • The sending component of silent payments.
  • Utility functions for both sending and receiving.

Enums§

Type Aliases§