File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments