@hpke/dhkem-secp256k1
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -6,3 +6,3 @@ { | ||
"name": "@hpke/dhkem-secp256k1", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "A Hybrid Public Key Encryption (HPKE) module extension for secp256k1 curve (EXPERIMENTAL)", | ||
@@ -50,5 +50,5 @@ "repository": { | ||
"picocolors": "^1.0.0", | ||
"@noble/ciphers": "0.3.0", | ||
"@noble/ciphers": "0.4.0", | ||
"@deno/shim-deno": "~0.16.1" | ||
} | ||
} |
@@ -48,4 +48,4 @@ <h1 align="center">@hpke/dhkem-secp256k1</h1> | ||
// use a specific version | ||
import * as hpke from "https://deno.land/x/hpke@1.2.3/core/mod.ts"; | ||
import * as secp256k1 from "https://deno.land/x/hpke@1.2.3/x/dhkem-secp256k1/mod.ts"; | ||
import * as hpke from "https://deno.land/x/hpke@1.2.4/core/mod.ts"; | ||
import * as secp256k1 from "https://deno.land/x/hpke@1.2.4/x/dhkem-secp256k1/mod.ts"; | ||
@@ -67,4 +67,4 @@ // use the latest stable version | ||
<script type="module"> | ||
import * as hpke from "https://esm.sh/@hpke/core@1.2.3"; | ||
import * as secp256k1 from "https://esm.sh/@hpke/dhkem-secp256k1@1.2.3"; | ||
import * as hpke from "https://esm.sh/@hpke/core@1.2.4"; | ||
import * as secp256k1 from "https://esm.sh/@hpke/dhkem-secp256k1@1.2.4"; | ||
// ... | ||
@@ -86,4 +86,4 @@ </script> | ||
<script type="module"> | ||
import * as hpke from "https://unpkg.com/@hpke/core@1.2.3/esm/mod.js"; | ||
import * as secp256k1 from "https://unpkg.com/@hpke/dhkem-secp256k1@1.2.3/esm/mod.js"; | ||
import * as hpke from "https://unpkg.com/@hpke/core@1.2.4/esm/mod.js"; | ||
import * as secp256k1 from "https://unpkg.com/@hpke/dhkem-secp256k1@1.2.4/esm/mod.js"; | ||
// ... | ||
@@ -153,4 +153,4 @@ </script> | ||
```js | ||
import { Aes256Gcm, CipherSuite, HkdfSha512 } from "https://deno.land/x/hpke@1.2.3/core/mod.ts"; | ||
import { DhkemSecp256k1HkdfSha256 } from "https://deno.land/x/hpke@1.2.3/x/dhkem-secp256k1/mod.ts"; | ||
import { Aes256Gcm, CipherSuite, HkdfSha512 } from "https://deno.land/x/hpke@1.2.4/core/mod.ts"; | ||
import { DhkemSecp256k1HkdfSha256 } from "https://deno.land/x/hpke@1.2.4/x/dhkem-secp256k1/mod.ts"; | ||
@@ -200,4 +200,4 @@ async function doHpke() { | ||
<script type="module"> | ||
import { Aes128Gcm, CipherSuite, HkdfSha256 } from "https://esm.sh/@hpke/core@1.2.3"; | ||
import { DhkemSecp256k1HkdfSha256 } from "https://esm.sh/@hpke/dhkem-secp256k1@1.2.3"; | ||
import { Aes128Gcm, CipherSuite, HkdfSha256 } from "https://esm.sh/@hpke/core@1.2.4"; | ||
import { DhkemSecp256k1HkdfSha256 } from "https://esm.sh/@hpke/dhkem-secp256k1@1.2.4"; | ||
@@ -204,0 +204,0 @@ globalThis.doHpke = async () => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package