19 lines
426 B
Markdown
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
|
|
----- |