".github/vscode:/vscode.git/clone" did not exist on "6a0bce9ea948b9bf94b27c9be5be14880299e361"
Commit 4c374298 authored by kokke's avatar kokke
Browse files

Update aes.c

parent 9920c53d
......@@ -137,7 +137,7 @@ static void KeyExpansion()
}
// All other round keys are found from the previous round keys.
for(; (i < (Nb * (Nr + 1)); ++i)
for(; (i < (Nb * (Nr + 1))); ++i)
{
for(j = 0; j < 4; ++j)
{
......
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 to comment