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 d379be9 commit bab636bCopy full SHA for bab636b
1 file changed
block-padding/CHANGELOG.md
@@ -6,7 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## 0.4.0 (unreleased)
8
### Added
9
-- `Padding::pad_detached` method ([#1225])
+- `Padding::pad_detached` method ([#1225], [#1227])
10
+- `PaddedData` enum ([#1227])
11
12
### Changed
13
- Migrated from `generic-array` to `hybrid-array` ([#944])
@@ -22,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
23
[#1149]: https://github.com/RustCrypto/utils/pull/1149
24
[#1217]: https://github.com/RustCrypto/utils/pull/1217
25
[#1225]: https://github.com/RustCrypto/utils/pull/1225
26
+[#1227]: https://github.com/RustCrypto/utils/pull/1227
27
28
## 0.3.3 (2023-04-02)
29
0 commit comments