File tree 4 files changed +13
-5
lines changed
4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ [ 0.0.6] ( https://github.com/raphjaph/bip322/releases/tag/0.0.6 ) - 2024-08-22
5
+ ---------------------------------------------------------------------------
6
+
7
+ ### Added
8
+
9
+ - Sign and verify P2WPKH (#26 )
10
+ - Tweak README (#23 )
11
+
4
12
[ 0.0.5] ( https://github.com/raphjaph/bip322/releases/tag/0.0.5 ) - 2024-08-10
5
13
---------------------------------------------------------------------------
6
14
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bip322"
3
- version = " 0.0.5 "
3
+ version = " 0.0.6 "
4
4
edition = " 2021"
5
5
description = " Implements BIP322 generic message signing"
6
6
license = " CC0-1.0"
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ generic message signing and verification.
6
6
7
7
## Types of Signatures
8
8
9
- At the moment this crate supports ONLY ` P2TR ` addresses. We're looking to
10
- stabilize the interface before implementing different address types. Feedback
11
- through issues or PRs is welcome and encouraged.
9
+ At the moment this crate supports ONLY ` P2TR ` and ` P2WPKH ` addresses. We're
10
+ looking to stabilize the interface before implementing different address types.
11
+ Feedback through issues or PRs is welcome and encouraged.
12
12
13
13
- [ ] legacy
14
14
- [x] simple
You can’t perform that action at this time.
0 commit comments