Crate rusty_secrets [] [src]

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

Modules

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.

Structs

RustyError

Error struct used for generating an io::Error from a generic description.