iancoleman / slip39

A web tool for SLIP39 mnemonic shares
https://iancoleman.io/slip39/
MIT License
51 stars 23 forks source link

Fix maximum shares #5

Open iancoleman opened 4 years ago

iancoleman commented 4 years ago

Should be able to do up to 16 groups.

Currently limited to 10, could be 14 but 10 is a round number.

See https://github.com/ilap/slip39-js/pull/12