2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-07 02:53:19 +00:00

Bugfix: ECC mode now works correctly in 'Generate PGP Key Pair'

This commit is contained in:
n1474335
2021-02-01 11:10:04 +00:00
parent 7dccecb336
commit 9892ee273e
2 changed files with 7 additions and 4 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, 2007);
assert.strictEqual(result.toString().length, 2560);
}),
it("Generate UUID", () => {