Skip to content

Commit 6b6524d

Browse files
authored
cipher: fix mention of the ecb crate in changelog (#2488)
The `ecb` crate was transferred to RustCrypto in RustCrypto/block-modes#118.
1 parent 5d720ad commit 6b6524d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cipher/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Users should migrate to `cipher` v0.5.1 and `crypto-common` v0.2.1 using `cargo
5858
### Removed
5959
- `std` feature ([#1691])
6060
- `BlockCipherEncrypt::encrypt_padded*` and `BlockCipherDecrypt::decrypt_padded*` methods.
61-
Users of the ECB mode should use the `ecb-mode` crate instead. ([#2245])
61+
Users of the ECB mode should use the `ecb` crate instead. ([#2245])
6262
- `AsyncStreamCipher` trait ([#2280])
6363

6464
[#1358]: https://github.com/RustCrypto/traits/pull/1358

0 commit comments

Comments
 (0)