3 releases
0.1.0-alpha.3 | May 3, 2024 |
---|---|
0.1.0-alpha.2 | Jan 9, 2024 |
0.1.0-alpha.1 | Jan 4, 2024 |
#4 in #bip
52KB
920 lines
Silent Payments (BIP 352) for Rust
About
Implementation of BIP 352 (Silent Payments) in Rust.
- Main Fossil repository: https://jirijakes.com/code/rust-bip352
- Git mirror: https://github.com/jirijakes/rust-bip352
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
~103K SLoC