iancoleman / shamir

Shamir Secret Sharing Scheme in single page which can be used offline.
https://iancoleman.io/shamir/
MIT License
221 stars 68 forks source link

Inconsistent terminology: "parts" are to be combined, not "secrets" #8

Open Hippopotamus-amphibius opened 3 years ago

Hippopotamus-amphibius commented 3 years ago

Under the Combine heading, it should say "Enter the parts, one per line", not "Enter the secrets, one per line".