block-cipher 0.7.1

Traits for description of block ciphers
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.7.1 (2020-06-10)
### Added
- `BlockCipherMut` trait ([#179])

[#179]: https://github.com/RustCrypto/traits/issues/179

## 0.7.0 (2020-06-04)
### Changed
- Crate renamed from `block-cipher-trait` to `block-cipher` ([#139])
- Split `BlockCipher` initialization into `NewBlockCipher` trait ([#132])
- Update to Rust 2018 edition ([#107])
- Bump `generic-array` dependency to v0.14 ([#95])

[#139]: https://github.com/RustCrypto/traits/issues/139
[#132]: https://github.com/RustCrypto/traits/issues/132
[#107]: https://github.com/RustCrypto/traits/issues/107
[#95]: https://github.com/RustCrypto/traits/pull/95

## 0.6.2 (2018-11-14)

## 0.6.1 (2018-10-04)

## 0.6.0 (2018-10-02)

## 0.5.3 (2018-07-27)

## 0.5.2 (2018-06-21)

## 0.5.1 (2018-06-20)

## 0.5.0 (2017-11-26)

## 0.4.2 (2017-09-05)

## 0.4.1 (2017-09-05)

## 0.4.0 (2017-09-05)

## 0.3.0 (2016-12-24)

## 0.2.0 (2016-12-16)

## 0.1.0 (2016-12-16)