http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/ea1e8d1228db50c9776998ff50d270af52b35540/mmgen/passwdlist.py
. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. """ passwdlist: Password list class for the MMGen suite """ from collections import namedtuple from .util import ymsg,is_int,die from .obj import ImmutableAttr,ListItemAttr,MMGenPWIDString,TwComment from .key import PrivKey from .addr import MMGenPasswordType,AddrIdx,AddrListID from .addrlist import ( AddrListChksum, AddrListIDStr,...