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
- Re-released on the correct commit
0.2.0 - 2021-02-03
- Introduce
slip_ems
andrecover_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 theshamir recover
command
- Use
secrets
module instead ofos.urandom
- Refactor and restructure code into separate modules
- Initial implementation