dogecoin/test/util
Andrew Chow 18dfea0dd0 Always create 70 byte signatures with low R values
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.
2018-08-09 18:39:56 -07:00
..
data Always create 70 byte signatures with low R values 2018-08-09 18:39:56 -07:00
bitcoin-util-test.py Explicitly specify encoding when opening text files in Python code 2018-06-12 21:34:52 +02:00
rpcauth-test.py Explicitly specify encoding when opening text files in Python code 2018-06-12 21:34:52 +02:00