iancoleman / slip39

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

Add option for more complex groups and member shares #4

Open iancoleman opened 4 years ago

iancoleman commented 4 years ago

Currently the only available scheme of groups and members is N groups with 1-of-1 members in each group.

Would be good to support more complex groups such as [[1,1], [2,3], [3,5]] etc.

Need to be very clear in terminology between threshold, member, group etc.