Skip to content

Commit c15b078

Browse files
committed
chore(release): 0.4.4
1 parent caaa0e9 commit c15b078

File tree

7 files changed

+6000
-4
lines changed

7 files changed

+6000
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.4.4](https://github.com/panva/hpke/compare/v0.4.3...v0.4.4) (2025-12-02)
6+
7+
8+
### Refactor
9+
10+
* add additional assertValidity checks to the noble implementations ([e46795a](https://github.com/panva/hpke/commit/e46795a241aff80e90f26dcd1abefbfe74ad1f3e))
11+
* perform the same operation regardless of byte values in checkNotAllZeros ([15f79d5](https://github.com/panva/hpke/commit/15f79d5ea8856183449a6ac2d5c478b4f5fa0d20))
12+
513
## [0.4.3](https://github.com/panva/hpke/compare/v0.4.2...v0.4.3) (2025-11-30)
614

715

examples/noble-suite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@panva/hpke-noble",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "@noble/* based HPKE algorithm implementations for @panva/hpke",
55
"keywords": [],
66
"homepage": "https://github.com/panva/hpke/tree/main/examples/noble-suite",

0 commit comments

Comments
 (0)