Skip to content

Commit 8da3ed1

Browse files
authored
aes-gcm-siv v0.10.0 (#297)
1 parent f70a34c commit 8da3ed1

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-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-siv/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ 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.10.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` and `ctr` crate dependencies to v0.7 ([#283])
14+
- Bump `polyval` to v0.5 ([#284])
15+
16+
### Fixed
17+
- Interleaved buffer size ([#235])
18+
19+
[#235]: https://github.com/RustCrypto/AEADs/pull/235
20+
[#270]: https://github.com/RustCrypto/AEADs/pull/270
21+
[#274]: https://github.com/RustCrypto/AEADs/pull/274
22+
[#283]: https://github.com/RustCrypto/AEADs/pull/283
23+
[#284]: https://github.com/RustCrypto/AEADs/pull/284
24+
725
## 0.9.0 (2020-10-16)
826
### Changed
927
- Replace `block-cipher`/`stream-cipher` with `cipher` crate ([#229])

aes-gcm-siv/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aes-gcm-siv"
3-
version = "0.10.0-pre"
3+
version = "0.10.0"
44
description = """
55
Pure Rust implementation of the AES-GCM-SIV Misuse-Resistant Authenticated
66
Encryption Cipher (RFC 8452) with optional architecture-specific

0 commit comments

Comments
 (0)