trezor / python-shamir-mnemonic

MIT License
165 stars 59 forks source link

Add BIP32 master XPRV to test vectors #45

Closed andrewkozlik closed 2 months ago

andrewkozlik commented 2 months ago

The BIP-39 test vectors in https://github.com/trezor/python-mnemonic/ include the master XPRV. We should do the same for SLIP-39 in order to dispel any doubts about how the master secret should be used and to make it easier for developers to verify that they are getting the expected result.

andrewkozlik commented 2 months ago

Fixed the github workflows and dependency versions in force-push.