Skip to content

Commit dc04f38

Browse files
authored
Update README (#18)
1 parent 027d8c5 commit dc04f38

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,11 @@ The WASM binary and Javascript glue code can then be found in `www/pkg`.
2929

3030
## Test Vectors
3131

32-
https://github.com/bitcoin/bitcoin/blob/29b28d07fa958b89e1c7916fda5d8654474cf495/src/test/util_tests.cpp#L2747
32+
- from Bitcoin Core [repo](https://github.com/bitcoin/bitcoin/blob/29b28d07fa958b89e1c7916fda5d8654474cf495/src/test/util_tests.cpp#L2747)
33+
- from [bip322-js](https://github.com/ACken2/bip322-js/blob/main/test/Verifier.test.ts)
34+
- from [BIP-322](https://github.com/bitcoin/bips/blob/master/bip-0322.mediawiki#test-vectors)
35+
36+
## Roadmap
37+
38+
The goal is to provide a full signing and verifying library similar to
39+
[this](https://github.com/ACken2/bip322-js/tree/main) Javascript library.

0 commit comments

Comments
 (0)