We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26299dd commit b0246eaCopy full SHA for b0246ea
block-padding/CHANGELOG.md
@@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## 0.3.0 (2020-12-08)
+## [UNRELEASED]
8
+### Added
9
+- `Iso10126` padding algorithm ([#643])
10
+
11
### Changed
12
- The `Padding` trait methods now work with blocks instead of byte slices. ([#113])
13
14
[#113]: https://github.com/RustCrypto/utils/pull/113
15
+[#643]: https://github.com/RustCrypto/utils/pull/643
16
17
## 0.2.1 (2020-08-14)
18
### Added
0 commit comments