Skip to content

Commit

Permalink
Merge pull request #282 from dajiaji/update-dev-dependencies
Browse files Browse the repository at this point in the history
Update dev dependencies.
  • Loading branch information
dajiaji authored Sep 9, 2023
2 parents 1366adc + 4d421cf commit ec0ab58
Show file tree
Hide file tree
Showing 16 changed files with 484 additions and 488 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,12 +353,12 @@ async function doHpke() {
kdf: KdfId.HkdfSha256,
aead: AeadId.Aes128Gcm,
});
// When using hpke/core/mod.ts, specify the instances as follows:
const suite = new CipherSuite({
kem: new DhkemX25519HkdfSha256(),
kdf: new HkdfSha256(),
aead: new Aes128Gcm(),
});
//// When using hpke/core/mod.ts, specify the instances as follows:
//const suite = new CipherSuite({
// kem: new DhkemX25519HkdfSha256(),
// kdf: new HkdfSha256(),
// aead: new Aes128Gcm(),
//});

const rkp = await suite.kem.generateKeyPair();

Expand Down
4 changes: 2 additions & 2 deletions core/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"testing/": "https://deno.land/std@0.198.0/testing/",
"dnt": "https://deno.land/x/dnt@0.38.0/mod.ts"
"testing/": "https://deno.land/std@0.201.0/testing/",
"dnt": "https://deno.land/x/dnt@0.38.1/mod.ts"
},
"fmt": {
"include": [
Expand Down
165 changes: 64 additions & 101 deletions core/deno.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"testing/": "https://deno.land/std@0.198.0/testing/",
"dnt": "https://deno.land/x/dnt@0.38.0/mod.ts"
"testing/": "https://deno.land/std@0.201.0/testing/",
"dnt": "https://deno.land/x/dnt@0.38.1/mod.ts"
},
"fmt": {
"include": [
Expand Down
123 changes: 64 additions & 59 deletions deno.lock

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,15 @@ await build({
"hpke",
"public-key-encryption",
"rfc9180",
"hkdf",
"dh",
"e2ee",
"kem",
"kdf",
"kyber",
"aead",
"post-quantum",
"pqc",
"security",
"encryption",
"odoh",
"mls",
],
engines: {
"node": ">=16.0.0",
Expand Down
4 changes: 2 additions & 2 deletions x/chacha20poly1305/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"testing/": "https://deno.land/std@0.198.0/testing/",
"dnt": "https://deno.land/x/dnt@0.38.0/mod.ts"
"testing/": "https://deno.land/std@0.201.0/testing/",
"dnt": "https://deno.land/x/dnt@0.38.1/mod.ts"
},
"fmt": {
"include": [
Expand Down
123 changes: 64 additions & 59 deletions x/chacha20poly1305/deno.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions x/dhkem-secp256k1/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"testing/": "https://deno.land/std@0.198.0/testing/",
"dnt": "https://deno.land/x/dnt@0.38.0/mod.ts"
"testing/": "https://deno.land/std@0.201.0/testing/",
"dnt": "https://deno.land/x/dnt@0.38.1/mod.ts"
},
"fmt": {
"include": [
Expand Down
129 changes: 67 additions & 62 deletions x/dhkem-secp256k1/deno.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions x/dhkem-x25519/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"testing/": "https://deno.land/std@0.198.0/testing/",
"dnt": "https://deno.land/x/dnt@0.38.0/mod.ts"
"testing/": "https://deno.land/std@0.201.0/testing/",
"dnt": "https://deno.land/x/dnt@0.38.1/mod.ts"
},
"fmt": {
"include": [
Expand Down
129 changes: 67 additions & 62 deletions x/dhkem-x25519/deno.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions x/dhkem-x448/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"testing/": "https://deno.land/std@0.198.0/testing/",
"dnt": "https://deno.land/x/dnt@0.38.0/mod.ts"
"testing/": "https://deno.land/std@0.201.0/testing/",
"dnt": "https://deno.land/x/dnt@0.38.1/mod.ts"
},
"fmt": {
"include": [
Expand Down
129 changes: 67 additions & 62 deletions x/dhkem-x448/deno.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions x/hybridkem-x25519-kyber768/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"testing/": "https://deno.land/std@0.198.0/testing/",
"dnt": "https://deno.land/x/dnt@0.38.0/mod.ts"
"testing/": "https://deno.land/std@0.201.0/testing/",
"dnt": "https://deno.land/x/dnt@0.38.1/mod.ts"
},
"fmt": {
"include": [
Expand Down
123 changes: 64 additions & 59 deletions x/hybridkem-x25519-kyber768/deno.lock

Large diffs are not rendered by default.

0 comments on commit ec0ab58

Please sign in to comment.