mvondracek / PA193_mnemonic_Slytherin

BIP39 Mnemonic Phrase Generator and Verifier
0 stars 3 forks source link

Public functions #15

Closed mvondracek closed 4 years ago

mvondracek commented 4 years ago

Implementation of public functions generate, recover, and verify.

Tests in TestMnemonicPublic are now set to be skipped. This is until dependencies of public functions are implemented. Tests use test vectors by Trezor from trezor/python-mnemonic.

mvondracek commented 4 years ago

There is also typo in _secure_seed_compare, introduced while I worked in multiple branches for PRs. I will update this PR.