Skip to content

DO NOT USE

Pre-release
Pre-release
Compare
Choose a tag to compare
@romac romac released this 13 Feb 21:01
· 47 commits to master since this release
v0.1.0
1fbff51

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 to sss::split_secret.
  • wrapped_secrets::generate_shares has been renamed to wrapped_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.