Skip to main content

Crate etospheres_labs_rusty_secrets

Crate etospheres_labs_rusty_secrets 

Source
Expand description

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

Modules§

dss
Defines two different deterministic sharing schemes, ThSS and SS1.
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.