Files
rssss/README.md
2019-02-11 15:26:52 +01:00

19 lines
426 B
Markdown

RSSSS — Rust Shamir Secret Sharing Scheme
===================================
This is an implementation of Shamir's secret sharing scheme, useful
for securely dividing a secret into parts, some number of which must
be present to recover the original secret.
Principle of Operation
----------------------
Shamir's secret sharing scheme (S4) works by
Installation
------------
cargo install rssss
Usage
-----