aboutsummaryrefslogtreecommitdiff
path: root/test/util/data/txcreatesignv1.hex
Commit message (Collapse)AuthorAgeFilesLines
* Always create 70 byte signatures with low R valuesAndrew Chow2018-08-091-1/+1
| | | | | | | | | | | When extra entropy is not specified by the caller, CKey::Sign will now always create a signature that has a low R value and is at most 70 bytes. The resulting signature on the stack will be 71 bytes when the sighash byte is included. Using low R signatures means that the resulting DER encoded signature will never need to have additional padding to account for high R values.
* Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.pyJohn Newbery2017-03-201-0/+1