Commit da9a894f by erfeld

Update .c

parent 4b7dc664
Showing with 12 additions and 12 deletions
...@@ -123,20 +123,20 @@ void info(char a[16], char b[16], char c[16], char d[16]){ ...@@ -123,20 +123,20 @@ void info(char a[16], char b[16], char c[16], char d[16]){
if (strlen(a) >= 16){ if (strlen(a) >= 16){
f0 = a[0]; f0 = a[0];
f1 = a[1]; f1 = a[1];
f2 = a[3]; f2 = a[2];
f3 = a[2]; f3 = a[3];
f4 = a[4]; f4 = a[4];
f5 = a[5]; f5 = a[5];
f6 = a[7]; f6 = a[6];
f7 = a[6]; f7 = a[7];
f8 = a[12]; f8 = a[8];
f9 = a[13]; f9 = a[9];
fA = a[15]; fA = a[10];
fB = a[14]; fB = a[11];
fC = a[8]; fC = a[12];
fD = a[9]; fD = a[13];
fE = a[11]; fE = a[14];
fF = a[10]; fF = a[15];
} }
else{ else{
f0 = a[0]; f0 = a[0];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment