Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cipher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2309]: https://github.com/RustCrypto/traits/pull/2309

## 0.5.0 (2026-02-04) [YANKED]
Note: this version was yanked because v0.5.1 introduces breaking changes.
Users should migrate to `cipher` v0.5.1 and `crypto-common` v0.2.1 using `cargo update`.

### Added
- Traits for tweakable block ciphers ([#1721])
- Methods for writing keystream ([#1907])
Expand Down
3 changes: 3 additions & 0 deletions crypto-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2309]: https://github.com/RustCrypto/traits/pull/2309

## 0.2.0 (2026-02-04) [YANKED]
Note: this version was yanked because v0.2.1 introduces breaking changes.
Users should migrate to v0.2.1 using `cargo update`.

### Added
- Sealed `BlockSizes` trait implemented for types from `U1` to `U255` ([#1172])
- `SerializableState` trait under `hazmat` module ([#1369])
Expand Down
3 changes: 3 additions & 0 deletions digest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2309]: https://github.com/RustCrypto/traits/pull/2309

## 0.11.0 (2026-02-13) [YANKED]
Note: this version was yanked because v0.11.1 introduces breaking changes.
Users should migrate to `digest` v0.11.1 and `crypto-common` v0.2.1 using `cargo update`.

### Added
- `CustomizedInit` trait ([#1334])
- `SerializableState` support ([#1369])
Expand Down