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_secretsprovides Shamir’s secret sharing with a wrapped secret. It currently offers versioning and MIME information about the data.