slip39-js icon indicating copy to clipboard operation
slip39-js copied to clipboard

The javascript implementation of the SLIP39 for Shamir's Secret-Sharing for Mnemonic Codes.

Results 2 slip39-js issues
Sort by recently updated
recently updated
newest added

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...