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
Description
Languages
Rust
100%