http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/master/mmgen/key.py
Output: preprocessed key bytes, plus WIF key in 'wif' attribute For coins without a WIF format, 'wif' contains the preprocessed hex. The numeric validity of the resulting key is always checked. """ color = 'red' width = 32 trunc_ok = False compressed = ImmutableAttr(bool, typeconv=False) wif = ImmutableAttr(WifKey, typeconv=False) # initialize with (priv_bin, compressed), WIF or self def __new__(cls, proto, s=None, *,...