Skip to content

Commit 421a302

Browse files
committed
update changelogs
1 parent 7107393 commit 421a302

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
810
## [0.3.0] - 2025-07-01
911

12+
- [#98](https://github.com/cryspen/hpke-rs/pull/98): add support for AES-GCM to the Libcrux provider
13+
1014
- [#77]():
1115
- `rustcrypto` and `libcrux` features expose the corresponding crypto providers
1216
- trait types are re-exported as `hpke_types` for convenience

libcrux_provider/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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]
8+
9+
- [#98](https://github.com/cryspen/hpke-rs/pull/98): add support for AES-GCM to the provider
10+
711
## 0.3.0 - 2025-07-01
812

913
* initial release

0 commit comments

Comments
 (0)