Releases: constantoine/totp-rs
Releases · constantoine/totp-rs
v5.7.1
Fix
- Secret gets zeroized more consistently. #81
Special thanks
- @dev-void-7 for pointing out and giving feedback on #81.
Note
This last month has seen a lot of activity on the big 6.0. No date yet, but it has gone from a nebulous "it will happen"
to a "most refactor has been done, a lot of code has been either removed or heavily changed, and the API is becoming clearer".
v5.7.0
Breaking changes.
- MSRV has been set to Rust
1.66.
Changes
- Updated
base32crate to0.5. - Updated
constant_time_eqcrate to0.3. - Updated
randcrate to0.9. - Added a bit of documentation.
Note
This is probably the last version update before the big 6.0, which will be a big rewrite, and the 2024 edition.
The goal will be to expose the same feature as before, but in a more harmonized and idiomatic way.
v5.6.0
Changes
- qrcodegen-image has now been moved to its own repo.
qrcodegen-image/v1.4.0
What's Changed
draw_canvasis now 15%(!) faster on my machine after optimizing the "drawing_square" loop.- Updated
base64crate to0.22.
Full Changelog: qrcodegen-image/v1.3.0...qrcodegen-image/v1.4.0
v5.5.0
Changes
- Documentation now indicates required feature.
Special thanks
- @AntonnMal for his work on #64.
Full Changelog: v5.4.0...v5.5.0
qrcodegen-image/v1.3.0
What's new
draw_canvasis now 70%(!) faster on my machine after optimizing the "drawing_square" loop.
Full Changelog: e68b083
v5.4.0
5.4.0 (04/10/2023)
Changes
SecretParseErrornow implementsstd::error::Error.
Special thanks
- @FliegendeWurst for their work on #62.