1.4 KiB
1.4 KiB
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.
0.3.3 (2023-04-02)
Added
RawPaddingtrait for padding blocks of arbitrary size (#870)
0.3.2 (2022-03-10)
Fixed
- Potential unsoundness for incorrect
Paddingimplementations (#748)
0.3.1 (2022-02-10) [YANKED]
Fixed
- Fix doc build on docs.rs by optionally enabling the
doc_cfgfeature (#733)
0.3.0 (2022-02-10) [YANKED]
Added
Iso10126padding algorithm (#643)PadTypeenum,Padding::TYPEassociated constant, andPadding::unpad_blocksmethod (#675)
Changed
- The
Paddingtrait methods now work with blocks instead of byte slices. (#113) - Bump MSRV to 1.56 and edition to 2021 (#675)
0.2.1 (2020-08-14)
Added
Copy,Clone, andDebugtrait implementations for padding types. (#78)