Skip to content

Commit

Permalink
aes v0.7.5 (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Aug 26, 2021
1 parent 5ab2c80 commit e2383fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions aes/CHANGELOG.md
Expand Up @@ -5,13 +5,17 @@ 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).

## [Unreleased]
## 0.7.5 (2021-08-26)
### Changed
- Use the `aes` target feature instead of `crypto` on ARMv8. ([#279])
- Bump `ctr` dependency to v0.8 ([#275])
- Use the `aes` target feature instead of `crypto` on ARMv8 ([#279])
- Use `core::arch::aarch64::vst1q_u8` intrinsic on `armv8` ([#280])
- Bump `cpufeatures` dependency to v0.2 ([#281])

[#275]: https://github.com/RustCrypto/block-ciphers/pull/275
[#279]: https://github.com/RustCrypto/block-ciphers/pull/279
[#280]: https://github.com/RustCrypto/block-ciphers/pull/280
[#281]: https://github.com/RustCrypto/block-ciphers/pull/281

## 0.7.4 (2021-06-01)
### Added
Expand Down
2 changes: 1 addition & 1 deletion aes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "aes"
version = "0.7.4"
version = "0.7.5"
description = """
Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)
including support for AES in counter mode (a.k.a. AES-CTR)
Expand Down

0 comments on commit e2383fe

Please sign in to comment.