mirror of
https://github.com/aaru-dps/Aaru.Decryption.git
synced 2025-12-16 19:24:33 +00:00
Move declarations closer to usage.
This commit is contained in:
@@ -817,8 +817,6 @@ public class CSS
|
||||
out byte[] key)
|
||||
{
|
||||
var buffer = new byte[10];
|
||||
long oLfsr1;
|
||||
long oLfsr0;
|
||||
long iTry;
|
||||
uint i;
|
||||
int exit = -1;
|
||||
@@ -835,6 +833,8 @@ public class CSS
|
||||
long combined = 0;
|
||||
|
||||
// Iterate cipher 4 times to reconstruct LFSR2
|
||||
long oLfsr1;
|
||||
long oLfsr0;
|
||||
for(i = 0; i < 4; i++)
|
||||
{
|
||||
// Advance LFSR1 normally
|
||||
|
||||
Reference in New Issue
Block a user