slip39-js
slip39-js copied to clipboard
The javascript implementation of the SLIP39 for Shamir's Secret-Sharing for Mnemonic Codes.
Currently code fails if user provides more group shares than are needed: https://github.com/ilap/slip39-js/blob/4d4675c2c9e4cf52ba55bac233ca014086ed5840/src/slip39_helper.js#L455 Would it make sense to just take the first `$neededShares` and continue instead of failing?
We (@BlockchainCommons) have been working with Satoshi Labs at the last two #RebootingWebOfTrust events, and they incorporated many of our suggestions into the final SLIP39 standard. We also are working...
Did some work on this. Not 100% confident on the layout & groupings as I'm new to this type of code but open to feedback if you want me to...
For extendable backups I think you need the same ID if I'm not mistaken and this allowed me to pass it. Happy to add tests and reviewing comments from last...