Skip to content

Commit 75446c5

Browse files
authored
Release aes-kw v0.3.0 (#72)
### Added - `AssociatedOid` implementations ([#35]) ### Changed - Bump `aes` dependency to v0.9 ([#34]) - `Kek` type is split into separate `AesKw` and `AesKwp` types ([#40]) - `wrap` and `unwrap` methods now return resulting slice ([#40]) - Edition changed to 2024 and MSRV bumped to 1.85 ([#47]) - Relax MSRV policy and allow MSRV bumps in patch releases ### Removed - `Kek::new` inherent method in favor of implementing `InnerInit` ([#40]) - `From`/`Into` impls from key into key-wrapper types ([#40]) - `IV`, `KWP_IV_PREFIX`, and `KWP_MAX_LEN` constants ([#40]) [#34]: #34 [#35]: #35 [#40]: #40 [#47]: #47
1 parent ad01efc commit 75446c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aes-kw/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## UNRELEASED
7+
## 0.3.0 (2026-04-10)
88
### Added
99
- `AssociatedOid` implementations ([#35])
1010

aes-kw/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aes-kw"
3-
version = "0.3.0-rc.2"
3+
version = "0.3.0"
44
description = "NIST 800-38F AES Key Wrap (KW) and Key Wrap with Padding (KWP) modes"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)