Experimental home-grown Python toolkit for dealing with cryptocurrency keys. Includes common key-pair utils, BIP32 phrase and seed generation, and basic BIP39 HD functions.
Go to file
Josh K a610dfc756
Added ExtKey classes for wrapping some functionality of bip32 extended keys. Added ExtPrvKey methods for getting derived keys, g etting child keys, and constructing from master seed. Also some relevant main.py tests. ExtPubKey class WIP.
2019-07-27 16:28:43 -04:00
LICENSE.txt Initial commit. Basic keypair utils, BIP32, initial BIP39, ecdsa functions, and base58 encode/decode. 2019-07-25 16:00:22 -04:00
base58.py Initial commit. Basic keypair utils, BIP32, initial BIP39, ecdsa functions, and base58 encode/decode. 2019-07-25 16:00:22 -04:00
bip32.py Added ExtKey classes for wrapping some functionality of bip32 extended keys. Added ExtPrvKey methods for getting derived keys, g etting child keys, and constructing from master seed. Also some relevant main.py tests. ExtPubKey class WIP. 2019-07-27 16:28:43 -04:00
bip39-en.txt.gz Initial commit. Basic keypair utils, BIP32, initial BIP39, ecdsa functions, and base58 encode/decode. 2019-07-25 16:00:22 -04:00
bip39.py Initial commit. Basic keypair utils, BIP32, initial BIP39, ecdsa functions, and base58 encode/decode. 2019-07-25 16:00:22 -04:00
ecdsa.py Initial commit. Basic keypair utils, BIP32, initial BIP39, ecdsa functions, and base58 encode/decode. 2019-07-25 16:00:22 -04:00
keys.py Made bip32 extended key serialization functions more generic and allow passing params, with default params for master keys. Simplified some of the main.py test code. 2019-07-26 02:31:46 -04:00
main.py Added ExtKey classes for wrapping some functionality of bip32 extended keys. Added ExtPrvKey methods for getting derived keys, g etting child keys, and constructing from master seed. Also some relevant main.py tests. ExtPubKey class WIP. 2019-07-27 16:28:43 -04:00
util.py Initial commit. Basic keypair utils, BIP32, initial BIP39, ecdsa functions, and base58 encode/decode. 2019-07-25 16:00:22 -04:00