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

Tweaks for new rotor order

This commit is contained in:
s2224834
2019-02-28 16:56:28 +00:00
parent a037bf6f9d
commit 934356dea8
3 changed files with 2 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ class Bombe extends Operation {
]
},
{
name: "Left-most rotor",
name: "Left-most (4th) rotor",
type: "editableOption",
value: ROTORS_FOURTH,
defaultIndex: 0

View File

@@ -42,7 +42,7 @@ class Enigma extends Operation {
]
},
{
name: "Left-most rotor",
name: "Left-most (4th) rotor",
type: "editableOption",
value: ROTORS_FOURTH,
defaultIndex: 0