2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-10 04:23:42 +00:00

fix semicolon

This commit is contained in:
Paul Vié
2025-04-04 18:40:27 +02:00
parent 6f4cbd8688
commit e00a636fc0

View File

@@ -135,7 +135,7 @@ The following algorithms will be used based on the size of the key:
if (noPadding) {
cipher.mode.pad = function(output, options) {
return true;
}
};
}
cipher.update(forge.util.createBuffer(input));
cipher.finish();