Skip to content

Releases: SpinResearch/RustySecrets

Version 0.2.2

17 May 08:59
v0.2.2
bdeb36d
Compare
Choose a tag to compare
Version 0.2.2 Pre-release
Pre-release

Changed

  • Restrict protobuf to >=1.4 && < 1.6. (@romac)

Version 0.2.1

07 Mar 23:47
v0.2.1
Compare
Choose a tag to compare
Version 0.2.1 Pre-release
Pre-release

This release fixes the security issue found in version 0.1.0.

Fixed

  • Fix bug where threshold did not set proper degree of secret polynomial (#44) - @nvesely

Added

  • Implement {Add, Div, Mul, Sub}Assign for Gf256 (#47) - @nvesely

DO NOT USE

13 Feb 21:01
v0.1.0
1fbff51
Compare
Choose a tag to compare
DO NOT USE Pre-release
Pre-release

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.

Initial release (audited)

07 Mar 23:32
0.0.2
Compare
Choose a tag to compare
Pre-release

This is the initial release of RustySecrets, which has been audited.