mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
ESM: whitespace tidying
This commit is contained in:
parent
cbb5e7c611
commit
61832a9e2a
3 changed files with 3 additions and 2 deletions
|
@ -45,8 +45,7 @@ class AffineCipherDecode extends Operation {
|
|||
*/
|
||||
run(input, args) {
|
||||
const alphabet = "abcdefghijklmnopqrstuvwxyz",
|
||||
a = args[0],
|
||||
b = args[1],
|
||||
[a, b] = args,
|
||||
aModInv = Utils.modInv(a, 26); // Calculates modular inverse of a
|
||||
let output = "";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue