Skip to content

Commit

Permalink
Bump noble/ciphers to 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Oct 28, 2023
1 parent 0eb8358 commit effb92d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 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.3.0/chacha";
import { chacha20poly1305 } from "npm:@noble/ciphers@0.4.0/chacha";

import type { AeadEncryptionContext } from "../interfaces/aeadEncryptionContext.ts";
import type { AeadInterface } from "../interfaces/aeadInterface.ts";
Expand Down

0 comments on commit effb92d

Please sign in to comment.