jakubtrnka / ShamirsSecretSharingScheme

OBSOLETE: Standardized way of making distributed backups of some secret using Shamir secret sharing technique
GNU General Public License v3.0
11 stars 1 forks source link

Incompatibility with python-shamir-mnemonic #3

Open ruimarinho opened 5 years ago

ruimarinho commented 5 years ago

Hi,

It looks like the current version does not have an updated wordlist but, in addition to that, the shares produced are not compatible with trezor/python-shamir-mnemonic:

shamir_mnemonic.MnemonicError: Invalid mnemonic checksum for "acid package bike ...".

I have also noticed that the first three words are not identical unlike what the spec mentions.

jakubtrnka commented 5 years ago

Hi, That's true. It's because they changed the document significantly and I wasn't up to update it yet