mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-22 16:25:32 +00:00
@ -1,4 +1,6 @@
|
||||
# Rusty Secrets  [](https://coveralls.io/github/freedomofpress/RustySecrets?branch=master)
|
||||
# Rusty Secrets [](https://travis-ci.org/freedomofpress/RustySecrets) [](https://coveralls.io/github/freedomofpress/RustySecrets?branch=master)
|
||||
|
||||
[**Documentation**](http://freedomofpress.github.io/RustySecrets/rusty_secrets/index.html)
|
||||
|
||||
Rusty Secrets is an implementation of a threshold [Shamir's secret sharing scheme](https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing).
|
||||
|
||||
@ -65,10 +67,6 @@ $ echo -e "2-2-YJZQDGm22Y77Gw \n 2-4-F7rAjX3UOa53KA" | ./rusty_secrets_bin -d
|
||||
My secret
|
||||
```
|
||||
|
||||
### Library
|
||||
|
||||
Documentation to come for the library interface.
|
||||
|
||||
## Vocabulary
|
||||
|
||||
- Dealer: Entity that will perform key splitting from a master secret
|
||||
|
Reference in New Issue
Block a user