We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76b292 commit 67234a8Copy full SHA for 67234a8
packages/crypto/src/libsodium.spec.ts
@@ -400,7 +400,7 @@ describe("Libsodium", () => {
400
});
401
402
describe("Xchacha20poly1305Ietf", () => {
403
- it("can encrypt and decypt simple data", async () => {
+ it("can encrypt and decrypt simple data", async () => {
404
const key = fromHex("1324cdddc4b94e625bbabcac862c9429ba011e2184a1ccad60e7c3f6ff4916d8");
405
const nonce = fromHex("000000000000000000000000000000000000000000000000");
406
0 commit comments