aes-ctr 0.4.0

AES-CTR stream 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.4.0 (2020-06-08)
### Changed
- Bump `aesni` dependency to v0.7 ([#138])
- Bump `ctr` dependency to v0.4 ([#140])
- Bump `stream-cipher` dependency to v0.4 ([#118])
- Upgrade to Rust 2018 edition ([#118])

[#140]: https://github.com/RustCrypto/stream-ciphers/pull/140
[#138]: https://github.com/RustCrypto/stream-ciphers/pull/138
[#118]: https://github.com/RustCrypto/stream-ciphers/pull/118

## 0.3.0 (2018-11-01)

## 0.2.0 (2018-10-15)

## 0.1.0 (2018-07-30)