Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2e404 commit 6b07a61Copy full SHA for 6b07a61
extmod/crypto-algorithms/sha256.c
@@ -41,7 +41,7 @@ static const WORD k[64] = {
41
};
42
43
/*********************** FUNCTION DEFINITIONS ***********************/
44
-void sha256_transform(SHA256_CTX *ctx, const BYTE data[])
+static void sha256_transform(SHA256_CTX *ctx, const BYTE data[])
45
{
46
WORD a, b, c, d, e, f, g, h, i, j, t1, t2, m[64];
47
0 commit comments