6 releases
| new 0.0.11 | Aug 2, 2026 |
|---|---|
| 0.0.10 |
|
| 0.0.9 |
|
| 0.0.8 |
|
| 0.0.1 | Jul 22, 2024 |
#6 in #multisig
26,826 downloads per month
Used in 17 crates
(7 directly)
105KB
2.5K
SLoC
BIP-322
Implements BIP-322, generic message signing and verification.
Types of Signatures
At the moment this crate supports P2TR, P2WPKH, P2SH-P2WPKH and P2PKH
single-sig addresses, as well as P2WSH, P2SH-P2WSH and P2SH CHECKMULTISIG
multisig addresses. Feedback through issues or PRs on the interface design and
security is welcome and encouraged.
- simple
- full
- full (proof-of-funds)
- legacy (BIP-137)
The goal is to provide a full signing and verifying library similar to this Javascript library.
Test Vectors
MSRV
At the moment the Minimum Supported Rust Version (MSRV) is 1.74.
Dependencies
~10MB
~161K SLoC