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.
- 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.
At the moment the Minimum Supported Rust Version (MSRV) is 1.63. You can check
it by running just msrv
.