From dc04f3879ef87c42252706878fde5806500507b5 Mon Sep 17 00:00:00 2001 From: raph Date: Fri, 9 Aug 2024 18:07:25 +0200 Subject: [PATCH] Update README (#18) --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4aa112..5d78f41 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,11 @@ The WASM binary and Javascript glue code can then be found in `www/pkg`. ## Test Vectors -https://github.com/bitcoin/bitcoin/blob/29b28d07fa958b89e1c7916fda5d8654474cf495/src/test/util_tests.cpp#L2747 +- from Bitcoin Core [repo](https://github.com/bitcoin/bitcoin/blob/29b28d07fa958b89e1c7916fda5d8654474cf495/src/test/util_tests.cpp#L2747) +- from [bip322-js](https://github.com/ACken2/bip322-js/blob/main/test/Verifier.test.ts) +- from [BIP-322](https://github.com/bitcoin/bips/blob/master/bip-0322.mediawiki#test-vectors) + +## Roadmap + +The goal is to provide a full signing and verifying library similar to +[this](https://github.com/ACken2/bip322-js/tree/main) Javascript library.