Releases: keepsimple1/libaes
Releases · keepsimple1/libaes
v0.7.0
What's Changed
- support changing auto_padding setting in CBC mode by @keepsimple1 in #30
- bump up version to 0.7.0 by @keepsimple1 in #31
No breaking changes.
Full Changelog: v0.6.5...v0.7.0
v0.6.5
What's Changed
- handles empty data gracefully in unpad() by @keepsimple1 in #22
- Fix build warnings in recent Rust 1.69.0 by @keepsimple1 in #23
- Add a test case for empty data in CBC mode by @keepsimple1 in #24
- bump up version to 0.6.5 by @keepsimple1 in #25
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- enable Cargo fmt check by @keepsimple1 in #19
- bump up version by @keepsimple1 in #20
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
- check input length in decrypt by @keepsimple1 in #17
- bump up version to 0.6.3 by @keepsimple1 in #18
Full Changelog: v0.6.2...v0.6.3
v0.6.2
0.6.1
v0.6.1 fix a typo (#14)
Reverse API change in 0.5.0
Now the API is back to be the same as 0.4.0 and older.
v0.5.0
- API change:
cbc_decrypt
returnsResult
with a new error type - Documentation changes.
v0.4.0
bump up to 0.4.0 (#9)
v0.3.0
bump up version to 0.3.0 (#6)