Crate rusty_secrets [] [src]

RustySecrets implements Shamir's secret sharing in Rust. It provides the possibility to sign shares.

Modules

errors

Define the various error kinds specific to deterministic secret sharing.

proto

Protocol buffer definitions.

sss

SSS provides Shamir's secret sharing with raw data.

wrapped_secrets

(Beta) wrapped_secrets provides Shamir's secret sharing with a wrapped secret. It currently offers versioning and MIME information about the data.