File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919[ #2309 ] : https://github.com/RustCrypto/traits/pull/2309
2020
2121## 0.5.0 (2026-02-04) [ YANKED]
22+ Note: this version was yanked because v0.5.1 introduces breaking changes.
23+ Users should migrate to ` cipher ` v0.5.1 and ` crypto-common ` v0.2.1 using ` cargo update ` .
24+
2225### Added
2326- Traits for tweakable block ciphers ([ #1721 ] )
2427- Methods for writing keystream ([ #1907 ] )
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515[ #2309 ] : https://github.com/RustCrypto/traits/pull/2309
1616
1717## 0.2.0 (2026-02-04) [ YANKED]
18+ Note: this version was yanked because v0.2.1 introduces breaking changes.
19+ Users should migrate to v0.2.1 using ` cargo update ` .
20+
1821### Added
1922- Sealed ` BlockSizes ` trait implemented for types from ` U1 ` to ` U255 ` ([ #1172 ] )
2023- ` SerializableState ` trait under ` hazmat ` module ([ #1369 ] )
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616[ #2309 ] : https://github.com/RustCrypto/traits/pull/2309
1717
1818## 0.11.0 (2026-02-13) [ YANKED]
19+ Note: this version was yanked because v0.11.1 introduces breaking changes.
20+ Users should migrate to ` digest ` v0.11.1 and ` crypto-common ` v0.2.1 using ` cargo update ` .
21+
1922### Added
2023- ` CustomizedInit ` trait ([ #1334 ] )
2124- ` SerializableState ` support ([ #1369 ] )
You can’t perform that action at this time.
0 commit comments