Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.24 KB

CHANGELOG.rst

File metadata and controls

58 lines (35 loc) · 1.24 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

No changes yet

0.2.1 - 2021-02-03

Fixed

  • Re-released on the correct commit

0.2.0 - 2021-02-03

Added

  • Introduce slip_ems and recover_ems to separate password-based encryption from the Shamir Secret recovery
  • Introduce classes representing a share and group-common parameters
  • Introduce RecoveryState class that allows reusing the logic of the shamir recover command

Changed

  • Use secrets module instead of os.urandom
  • Refactor and restructure code into separate modules

0.1.0 - 2019-07-19

Added

  • Initial implementation