Skip to content

Commit f3f7759

Browse files
authored
aes-siv v0.6.0 (#298)
1 parent 8da3ed1 commit f3f7759

File tree

3 files changed

+16
-2
lines changed

3 files changed

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

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.6.0 (2021-04-29)
8+
### Added
9+
- AES-SIV-CMAC Wycheproof test vectors ([#276])
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 `cmac` and `pmac` deps to v0.6 releases ([#285])
15+
16+
[#270]: https://github.com/RustCrypto/AEADs/pull/270
17+
[#276]: https://github.com/RustCrypto/AEADs/pull/276
18+
[#283]: https://github.com/RustCrypto/AEADs/pull/283
19+
[#285]: https://github.com/RustCrypto/AEADs/pull/285
20+
721
## 0.5.0 (2020-10-16)
822
### Changed
923
- Replace `block-cipher`/`stream-cipher` with `cipher` crate ([#229])

aes-siv/Cargo.toml

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

0 commit comments

Comments
 (0)