Releases: SpinResearch/RustySecrets
Releases · SpinResearch/RustySecrets
Version 0.2.2
Changed
- Restrict
protobuf
to >=1.4 && < 1.6. (@romac)
Version 0.2.1
DO NOT USE
WARNING
This version is deprecated and should not be used for security reasons. See this issue for more info.
Added
- Preliminary implementation of deterministic secret sharing (under feature
dss
).
WARNING: This feature has not yet been audited, and should be considered pre-alpha.
Changed
sss::generate_shares
has been renamed tosss::split_secret
.wrapped_secrets::generate_shares
has been renamed towrapped_secrets::split_secret
.- New share format which supports versioning.
- Use
error-chain
instead of custom error struct. - Errors related to a particular share now contain the share number.
- MIME type for wrapped share is now optional.
- Updated dependencies.
Initial release (audited)
This is the initial release of RustySecrets, which has been audited.