mirror of
https://github.com/gchq/CyberChef
synced 2026-01-10 04:23:42 +00:00
fix semicolon
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user