dogecoin/test/util
Carl Dong 6be7d14d24 Properly generate salt in rpcauth.py, update tests
Previously, when iterating over bytes of the generated salt to construct
a hex string, only one character would be outputted when the byte is
less than 0x10. Meaning that for a 16 byte salt, the hex string might be
less than 32 characters and collisions would occur.
2018-11-17 01:26:49 -08:00
..
data Consolidate redundant implementations of ParseHashStr 2018-09-25 09:14:52 -07:00
bitcoin-util-test.py fix deprecation in bitcoin-util-test.py 2018-08-13 14:08:45 +02:00
rpcauth-test.py Properly generate salt in rpcauth.py, update tests 2018-11-17 01:26:49 -08:00