2019-02-08 19:01:03 +01:00
2019-02-11 15:26:52 +01:00

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
No description provided
Readme 73 KiB
Languages
Rust 100%