trezor / python-shamir-mnemonic

MIT License
165 stars 59 forks source link

convert class ShamirMnemonic to module shamir_mnemonic #8

Closed matejcik closed 5 years ago

matejcik commented 5 years ago

fixes #7

this completely removes shamir_mnemonic.py and moves all code to __init__.py. it also removes the class and makes everything module-level

apart from that, only very minor code changes are applied