Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent combination of shares from different issuances #14

Open
casey opened this issue Mar 19, 2019 · 0 comments
Open

Prevent combination of shares from different issuances #14

casey opened this issue Mar 19, 2019 · 0 comments

Comments

@casey
Copy link

casey commented Mar 19, 2019

It looks like it's possible to combine shares from different mnemonics:

M0 = generate mnemonic
M1 = generate mnemonic
A0, B0, C0 = shares(M0, 2, 3)
A1, B1, C1 = shares(M1, 2, 3)
M2 = combine(A0, B1)
M2 != M0 != M1

This would definitely be user error, but it would be nice if users were protected from this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant