Closed caster1213 closed 3 years ago
bitcoinjs-lib v3.1.1 uses RFC6979 nonce generation. bitcoinj-core:0.14.7 does not.
This is not something that can be changed.
With a given private key and a given message, there are almost infinite number of valid signatures.
If you use the same key, message, AND nonce. Then the same signature will always be output.
Java and JS execution results are different
bitcoinj-core:0.14.7 bitcoinjs-lib:3.1.1
Java code cannot be modified how to make the result of the front-end signature the same as in Java?