Skip to content

Commit

Permalink
Merge pull request #281 from dajiaji/bump-noble-ciphers
Browse files Browse the repository at this point in the history
Bump @noble/ciphers to 0.3.0.
  • Loading branch information
dajiaji authored Sep 9, 2023
2 parents bad2c39 + 2770603 commit 1366adc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/aeads/chacha20Poly1305.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @ts-ignore: for "npm:"
import { chacha20poly1305 } from "npm:@noble/ciphers@0.2.0/chacha";
import { chacha20poly1305 } from "npm:@noble/ciphers@0.3.0/chacha";

import type { AeadEncryptionContext } from "../interfaces/aeadEncryptionContext.ts";
import type { AeadInterface } from "../interfaces/aeadInterface.ts";
Expand Down
20 changes: 10 additions & 10 deletions x/chacha20poly1305/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1366adc

Please sign in to comment.