Skip to content

Commit e00a191

Browse files
authored
aes-gcm v0.9.0 (#288)
1 parent 4fddf91 commit e00a191

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aes-gcm/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.9.0 (2021-04-29)
8+
### Added
9+
- Wycheproof test vectors ([#274])
10+
11+
### Changed
12+
- Bump `aead` crate dependency to v0.4 ([#270])
13+
- Bump `aes` crate dependency to v0.7; MSRV 1.49+ ([#283])
14+
- Bump `ctr` crate dependency to v0.7 ([#283])
15+
- Bump `ghash` crate dependency to v0.4 ([#284])
16+
17+
[#270]: https://github.com/RustCrypto/AEADs/pull/270
18+
[#274]: https://github.com/RustCrypto/AEADs/pull/274
19+
[#283]: https://github.com/RustCrypto/AEADs/pull/283
20+
[#284]: https://github.com/RustCrypto/AEADs/pull/284
21+
722
## 0.8.0 (2020-10-16)
823
### Changed
924
- Replace `block-cipher`/`stream-cipher` with `cipher` crate ([#229])

aes-gcm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aes-gcm"
3-
version = "0.9.0-pre"
3+
version = "0.9.0"
44
description = """
55
Pure Rust implementation of the AES-GCM (Galois/Counter Mode)
66
Authenticated Encryption with Associated Data (AEAD) Cipher

0 commit comments

Comments
 (0)