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.
RawPadding
trait for padding blocks of arbitrary size (#870)
- Potential unsoundness for incorrect
Padding
implementations (#748)
- Fix doc build on docs.rs by optionally enabling the
doc_cfg
feature (#733)
Iso10126
padding algorithm (#643)PadType
enum,Padding::TYPE
associated constant, andPadding::unpad_blocks
method (#675)
- The
Padding
trait methods now work with blocks instead of byte slices. (#113) - Bump MSRV to 1.56 and edition to 2021 (#675)
Copy
,Clone
, andDebug
trait implementations for padding types. (#78)