Skip to content

Commit f44cc2f

Browse files
committed
Update to use @hpke/core, chacha20poly1305.
1 parent 75a20fb commit f44cc2f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

x/hpke-js/import_map.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
{
22
"imports": {
33
"@deno/dnt": "jsr:@deno/dnt@^0.41.2",
4-
// "@hpke/core": "npm:@hpke/core@^1.2.9",
5-
"@hpke/core": "../core/mod.ts",
6-
// "@hpke/chacha20poly1305": "npm:@hpke/chacha20poly1305@^1.2.9",
7-
"@hpke/chacha20poly1305": "../chacha20poly1305/mod.ts",
8-
// "@hpke/dhkem-x25519": "npm:@hpke/dhkem-x25519@^1.2.9",
4+
"@hpke/core": "npm:@hpke/core@^1.2.9",
5+
"@hpke/chacha20poly1305": "npm:@hpke/chacha20poly1305@^1.2.9",
96
"@hpke/dhkem-x25519": "../dhkem-x25519/mod.ts",
10-
// "@hpke/dhkem-x448": "npm:@hpke/dhkem-x448@^1.2.9",
11-
"@hpke/dhkem-x448": "../dhkem-x448/mod.ts",
7+
"@hpke/dhkem-x448": "npm:@hpke/dhkem-x448@^1.2.9",
128
"@std/assert": "jsr:@std/[email protected]",
139
"@std/testing": "jsr:@std/testing@^1.0.0"
1410
}

0 commit comments

Comments
 (0)