mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Bombe: review, tests, validation
This commit is contained in:
parent
b6eb4e84e4
commit
ad6e30f3d4
5 changed files with 173 additions and 31 deletions
|
@ -45,7 +45,7 @@ class Enigma extends Operation {
|
|||
value: LETTERS
|
||||
},
|
||||
{
|
||||
name: "2nd rotor",
|
||||
name: "2nd (middle) rotor",
|
||||
type: "editableOption",
|
||||
value: ROTORS,
|
||||
defaultIndex: 1
|
||||
|
@ -61,7 +61,7 @@ class Enigma extends Operation {
|
|||
value: LETTERS
|
||||
},
|
||||
{
|
||||
name: "3rd rotor",
|
||||
name: "3rd (left-hand) rotor",
|
||||
type: "editableOption",
|
||||
value: ROTORS,
|
||||
defaultIndex: 0
|
||||
|
@ -77,7 +77,7 @@ class Enigma extends Operation {
|
|||
value: LETTERS
|
||||
},
|
||||
{
|
||||
name: "4th rotor",
|
||||
name: "4th (left-most, only some models) rotor",
|
||||
type: "editableOption",
|
||||
value: ROTORS_OPTIONAL,
|
||||
defaultIndex: 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue