This commit is contained in:
Igor Pavlov
2015-10-05 00:00:00 +00:00
committed by Kornel Lesiński
parent f6444c3256
commit 6543c28020
113 changed files with 3101 additions and 382 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ void CKeyInfo::CalcKey()
if (++(ctr[i]) != 0)
break;
}
while(--numRounds != 0);
while (--numRounds != 0);
Sha256_Final(&sha, Key);
}