|
@@ -234,15 +234,14 @@ addresses is done at your own risk.
|
|
|
>> Compare 10 addresses generated by 'keyconv' with internally-generated ones:
|
|
|
>>> `tests/bitcoin.py keyconv_compare_randloop 10`
|
|
|
|
|
|
->> Perform 1000 hex -> base58 -> hex conversions, comparing results:
|
|
|
+>> Perform 1000 hex -> base58 -> hex conversions, comparing results stringwise:
|
|
|
>>> `tests/bitcoin.py hextob58_pad_randloop 1000`
|
|
|
|
|
|
-
|
|
|
>> Generate a 12-word mnemonic for a random 128-bit seed:
|
|
|
>>> `tests/mnemonic.py random128`
|
|
|
|
|
|
->> Ditto, random 192-bit seed:
|
|
|
+>> Ditto, for a random 192-bit seed:
|
|
|
>>> `tests/mnemonic.py random192`
|
|
|
|
|
|
->> Ditto, random 256-bit seed:
|
|
|
+>> Ditto, for a random 256-bit seed:
|
|
|
>>> `tests/mnemonic.py random256`
|