#bitcoin #payment #bip #silent #352

bip352

Implementation of BIP 352 Silent Payments

3 releases

new 0.1.0-alpha.3 May 3, 2024
0.1.0-alpha.2 Jan 9, 2024
0.1.0-alpha.1 Jan 4, 2024

#6 in #bip

26 downloads per month

Apache-2.0 OR MIT

52KB
920 lines

Silent Payments (BIP 352) for Rust

About

Implementation of BIP 352 (Silent Payments) in Rust.

Status

Not yet complete and not yet stable. Better not to use it.

Reflects the state of test vector from PR #1458, which is behind the proposed specification (some aspects have already changed in the specification).

Try

fossil clone https://jirijakes.com/code/rust-bip352
cd rust-bip352
cargo test

lib.rs:

This library provides functions for working with sending and receiving Bitcoin Silent Payments according to BIP 352 proposal.

Dependencies

~8MB
~104K SLoC