http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/de7fba0c19408174dcb3bf797b4861eb6d64ae90
/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution # Copyright (C)2013-2020 The MMGen Project <
[email protected]> # # Project source code repository: https://github.com/mmgen/mmgen # Licensed according to the terms of GPL Version 3. See LICENSE
for details. """ input . py : Shared input routines
for the test . py test suite """ import os , time from . common import randbool def stealth_mnemonic_entry ( t , mne , mn , entry_mode ,...