Crate rusty_secrets [] [src]

RustySecrets implements Shamir Secret Sharing in Rust. It provides the possibility to sign shares.

Functions

generate_shares

Performs threshold k-out-of-n Shamir secret sharing.

recover_secret

Recovers the secret from a k-out-of-n Shamir secret sharing.