mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 00:36:16 -04:00
Merge branch 'VirtualColossus-master'
This commit is contained in:
commit
5ce133c47e
1 changed files with 2 additions and 2 deletions
|
@ -293,8 +293,8 @@ class Lorenz extends Operation {
|
||||||
chosenSetting.S[3] = this.readLugs(lugs3);
|
chosenSetting.S[3] = this.readLugs(lugs3);
|
||||||
chosenSetting.S[4] = this.readLugs(lugs4);
|
chosenSetting.S[4] = this.readLugs(lugs4);
|
||||||
chosenSetting.S[5] = this.readLugs(lugs5);
|
chosenSetting.S[5] = this.readLugs(lugs5);
|
||||||
chosenSetting.M[1] = this.readLugs(lugm37);
|
chosenSetting.M[1] = this.readLugs(lugm61);
|
||||||
chosenSetting.M[2] = this.readLugs(lugm61);
|
chosenSetting.M[2] = this.readLugs(lugm37);
|
||||||
chosenSetting.X[1] = this.readLugs(lugx1);
|
chosenSetting.X[1] = this.readLugs(lugx1);
|
||||||
chosenSetting.X[2] = this.readLugs(lugx2);
|
chosenSetting.X[2] = this.readLugs(lugx2);
|
||||||
chosenSetting.X[3] = this.readLugs(lugx3);
|
chosenSetting.X[3] = this.readLugs(lugx3);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue