Move declarations closer to usage.

This commit is contained in:
2023-10-05 02:37:03 +01:00
parent 39d11a44ca
commit 24557e80cd

View File

@@ -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