You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A reference implementation and tests are available here in the PR to Bitcoin Core https://github.com/bitcoin/bitcoin/pull/21702.
279
+
280
+
It is not ideal to link to a PR, as it may be rebased and changed, but it is the best place to find
281
+
the current implementation and review comments of others.
282
+
A recent commit hash in that PR including tests and vectors can be found here https://github.com/jeremyrubin/bitcoin/commit/3109df5616796282786706738994a5b97b8a5a38.
283
+
Once the PR is merged, this BIP should be updated to point to the specific code released.
280
284
281
285
Test vectors are available in [/bip-0119/vectors the bip-0119/vectors
282
286
directory] for checking compatibility with the refrence implementation and BIP.
0 commit comments