We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2e404 commit 6b07a61Copy full SHA for 6b07a61
1 file changed
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