File tree 12 files changed +38
-15
lines changed
hybridkem-x25519-kyber768
12 files changed +38
-15
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## Version 1.6.0
4
+
5
+ Released 2024-11-04
6
+
7
+ - [ (#445 ) Update dependabot.yml to check npm/package-lock.json.] ( https://github.com/dajiaji/hpke-js/pull/445 )
8
+ - [ (#444 ) Implement X-Wing experimentally.] ( https://github.com/dajiaji/hpke-js/pull/444 )
9
+ - [ (#443 ) Add test for serialize/deserializePrivateKey.] ( https://github.com/dajiaji/hpke-js/pull/443 )
10
+ - [ (#441 ) Add * /test/runtimes/cloudflare to npm workspaces.] ( https://github.com/dajiaji/hpke-js/pull/441 )
11
+ - [ (#440 ) Add vscode setting.] ( https://github.com/dajiaji/hpke-js/pull/440 )
12
+ - [ (#439 ) Refine deno task sample: node .] ( https://github.com/dajiaji/hpke-js/pull/439 )
13
+ - [ (#438 ) Add samples to npm workspaces.] ( https://github.com/dajiaji/hpke-js/pull/438 )
14
+ - [ (#437 ) Add \@ group Error for docs.] ( https://github.com/dajiaji/hpke-js/pull/437 )
15
+ - [ (#437 ) Remove BaseError.] ( https://github.com/dajiaji/hpke-js/pull/437 )
16
+ - [ (#436 ) Change main docs from hpke-js to \@ hpke/core.] ( https://github.com/dajiaji/hpke-js/pull/436 )
17
+ - [ (#435 ) Remove deno.land from docs.] ( https://github.com/dajiaji/hpke-js/pull/435 )
18
+ - [ (#433 ) Implement DhkemX4489HkdfSha512 on @hpke/core .] ( https://github.com/dajiaji/hpke-js/pull/433 )
19
+ - [ (#432 ) Disclose base64UrlToBytes on @hpke/common .] ( https://github.com/dajiaji/hpke-js/pull/432 )
20
+ - [ (#431 ) Implement DhkemX25519HkdfSha256 on @hpke/core .] ( https://github.com/dajiaji/hpke-js/pull/431 )
21
+ - Update devDependencies:
22
+ - [ (#446 ) Bump @noble/ciphers to 1.0.0.] ( https://github.com/dajiaji/hpke-js/pull/446 )
23
+ - [ (#446 ) Bump @noble/hashes to 1.5.0.] ( https://github.com/dajiaji/hpke-js/pull/446 )
24
+ - [ (#446 ) Bump @noble/curves to 1.6.0.] ( https://github.com/dajiaji/hpke-js/pull/446 )
25
+
3
26
## Version 1.5.0
4
27
5
28
Released 2024-10-12
Original file line number Diff line number Diff line change 4
4
5
5
| Version | Supported |
6
6
| ------- | ------------------ |
7
+ | 1.6.x | :white_check_mark : |
7
8
| 1.5.x | :white_check_mark : |
8
- | 1.4.x | :white_check_mark : |
9
- | 1.3.x | :white_check_mark : |
10
- | < 1.3 | :x : |
9
+ | < 1.5 | :x : |
11
10
12
11
## Reporting a Vulnerability
13
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpke/chacha20poly1305" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 1.6 .0" ,
4
4
"exports" : " ./mod.ts" ,
5
5
"imports" : {
6
6
"@noble/ciphers" : " npm:@noble/ciphers@^1.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpke/common" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 1.6 .0" ,
4
4
"exports" : " ./mod.ts" ,
5
5
"publish" : {
6
6
"exclude" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpke/core" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 1.6 .0" ,
4
4
"exports" : " ./mod.ts" ,
5
5
"publish" : {
6
6
"exclude" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpke/dhkem-secp256k1" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 1.6 .0" ,
4
4
"exports" : " ./mod.ts" ,
5
5
"imports" : {
6
6
"@noble/curves" : " npm:@noble/curves@^1.6.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpke/dhkem-x25519" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 1.6 .0" ,
4
4
"exports" : " ./mod.ts" ,
5
5
"imports" : {
6
6
"@noble/curves" : " npm:@noble/curves@^1.6.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpke/dhkem-x448" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 1.6 .0" ,
4
4
"exports" : " ./mod.ts" ,
5
5
"imports" : {
6
6
"@noble/curves" : " npm:@noble/curves@^1.6.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpke/hpke-js" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 1.6 .0" ,
4
4
"exports" : " ./mod.ts" ,
5
5
"imports" : {
6
6
"@noble/hashes" : " npm:@noble/hashes@^1.5.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpke/hybridkem-x-wing" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"exports" : " ./mod.ts" ,
5
5
"imports" : {
6
6
"@dajiaji/mlkem" : " jsr:@dajiaji/mlkem@^2.2.0" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ await build({
29
29
name : denoPkg . name ,
30
30
version : denoPkg . version ,
31
31
description :
32
- "A Hybrid Public Key Encryption (HPKE) module extension for a hybrid post-quantum KEM, X25519Kyber768Draft00 " ,
32
+ "A Hybrid Public Key Encryption (HPKE) module extension for X-Wing: general-purpose hybrid post-quantum KEM. " ,
33
33
repository : {
34
34
type : "git" ,
35
35
url : "git+https://github.com/dajiaji/hpke-js.git" ,
@@ -49,11 +49,12 @@ await build({
49
49
} ,
50
50
keywords : [
51
51
"hpke" ,
52
- "rfc9180" ,
53
- "kem" ,
52
+ "ml-kem" ,
54
53
"kyber" ,
55
54
"x25519" ,
56
55
"post-quantum" ,
56
+ "pqc" ,
57
+ "x-wing" ,
57
58
"security" ,
58
59
"encryption" ,
59
60
] ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpke/hybridkem-x25519-kyber768" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 1.6 .0" ,
4
4
"exports" : " ./mod.ts" ,
5
5
"imports" : {
6
6
"@noble/hashes" : " npm:@noble/hashes@^1.5.0"
You can’t perform that action at this time.
0 commit comments