shea256 / secret-sharing

A system for securely splitting secrets with Shamir's Secret Sharing Scheme
MIT License
483 stars 143 forks source link

API to input the random values #18

Open UrsaEli opened 8 years ago

UrsaEli commented 8 years ago

Instead of drawing entropy automatically, is there an interface to input the random values? What are the range of random values required?

Thank you.