mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
fix semicolon
This commit is contained in:
parent
6f4cbd8688
commit
e00a636fc0
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ The following algorithms will be used based on the size of the key:
|
||||||
if (noPadding) {
|
if (noPadding) {
|
||||||
cipher.mode.pad = function(output, options) {
|
cipher.mode.pad = function(output, options) {
|
||||||
return true;
|
return true;
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
cipher.update(forge.util.createBuffer(input));
|
cipher.update(forge.util.createBuffer(input));
|
||||||
cipher.finish();
|
cipher.finish();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue