2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-02 00:23:55 +00:00

Updated dependencies

This commit is contained in:
n1474335
2020-03-18 16:12:30 +00:00
parent d0c43f5aa9
commit 130bdfb7f2
3 changed files with 3184 additions and 4817 deletions

View File

@@ -588,7 +588,7 @@ Password: 034148`;
const result = await chef.generatePGPKeyPair("Back To the Drawing Board", {
keyType: "ECC-256",
});
assert.strictEqual(result.toString().length, 2005);
assert.strictEqual(result.toString().length, 2007);
}),
it("Generate UUID", () => {