Crates.io | bip322 |
lib.rs | bip322 |
version | 0.0.10 |
created_at | 2024-07-22 22:18:20.991283+00 |
updated_at | 2025-09-05 13:52:18.209847+00 |
description | Implements BIP322 generic message signing and verification |
homepage | https://bip322.rs |
repository | https://github.com/rust-bitcoin/bip322 |
max_upload_size | |
id | 1312199 |
size | 76,258 |
Implements BIP-322, generic message signing and verification.
At the moment this crate supports P2TR
, P2WPKH
and P2SH-P2WPKH
single-sig
addresses. Feedback through issues or PRs on the interface design and security
is welcome and encouraged.
The goal is to provide a full signing and verifying library similar to this Javascript library.
At the moment the Minimum Supported Rust Version (MSRV) is 1.63. You can check
it by running just msrv
.