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 b749325 commit 772a9e6Copy full SHA for 772a9e6
src/stream/salsa20/xsalsa20_test.c
@@ -19,7 +19,7 @@
19
#ifdef LTC_XSALSA20
20
21
#ifdef LTC_SHA256
22
-int _sha256(unsigned char *hash, const unsigned char *data, const int datalen) {
+static int _sha256(unsigned char *hash, const unsigned char *data, const int datalen) {
23
hash_state md;
24
sha256_init(&md);
25
sha256_process(&md, data, datalen);
0 commit comments