Skip to content

Commit

Permalink
Bump @noble/ciphers to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Sep 8, 2023
1 parent bad2c39 commit 2770603
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 2770603

Please sign in to comment.