Format source code.

This commit is contained in:
Jordan Bancino 2023-06-18 02:53:52 +00:00
parent 4abd0e9c22
commit c03b092536
5 changed files with 184 additions and 123 deletions

View file

@ -227,7 +227,7 @@ Sha256(char *str)
PUT_UINT32(&out[4 * i], context.state[i]);
}
out[32] = '\0';
out[32] = '\0';
return out;
}