Skip to content

Commit

Permalink
Revert not to use @hpke/core.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Aug 24, 2024
1 parent b63d828 commit 6056051
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion x/dhkem-secp256k1/import_map.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"@deno/dnt": "jsr:@deno/dnt@^0.41.2",
"@hpke/core": "@npm/hpke/core@^1.2.9",
"@hpke/core": "../core/mod.ts",
"@hpke/dhkem-x25519": "../dhkem-x25519/mod.ts",
"@std/assert": "jsr:@std/[email protected]",
"@std/testing": "jsr:@std/testing@^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion x/dhkem-x448/import_map.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"@deno/dnt": "jsr:@deno/dnt@^0.41.2",
"@hpke/core": "npm:@hpke/core@^1.2.9",
"@hpke/core": "../core/mod.ts",
"@std/assert": "jsr:@std/[email protected]",
"@std/testing": "jsr:@std/testing@^1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions x/hpke-js/import_map.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"imports": {
"@deno/dnt": "jsr:@deno/dnt@^0.41.2",
"@hpke/core": "npm:@hpke/core@^1.2.9",
"@hpke/chacha20poly1305": "npm:@hpke/chacha20poly1305@^1.2.9",
"@hpke/core": "../core/mod.ts",
"@hpke/chacha20poly1305": "../chacha20poly1305/mod.ts",
"@hpke/dhkem-x25519": "../dhkem-x25519/mod.ts",
"@hpke/dhkem-x448": "../dhkem-x448/mod.ts",
"@std/assert": "jsr:@std/[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion x/hybridkem-x25519-kyber768/import_map.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"@deno/dnt": "jsr:@deno/dnt@^0.41.2",
"@hpke/core": "npm:@hpke/core@^1.2.9",
"@hpke/core": "../core/mod.ts",
"@hpke/dhkem-x25519": "../dhkem-x25519/mod.ts",
"@std/assert": "jsr:@std/[email protected]",
"@std/testing": "jsr:@std/testing@^1.0.0"
Expand Down

0 comments on commit 6056051

Please sign in to comment.