ecb 0.2.1

Generic implementation of the ECB (Electronic Codebook) block cipher mode of operation
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.2.1 (2026-08-21)
### Changed
- Crate moved to the [RustCrypto/block-modes] repository ([#118])

[#118]: https://github.com/RustCrypto/block-modes/pull/118
[RustCrypto/block-modes]: https://github.com/RustCrypto/block-modes

## 0.2.0 (2026-04-10)
### Changed
- Bump `cipher` from `0.4` to `0.5`
- Edition changed to 2024 and MSRV bumped to 1.85
- Relax MSRV policy and allow MSRV bumps in patch releases