summaryrefslogtreecommitdiff
path: root/lsh512_sse.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-04-26 05:41:58 -0400
committerJeffrey Walton <noloader@gmail.com>2021-04-26 05:41:58 -0400
commitd57357d9449faf37f34a080d98b1f535add3155e (patch)
treeebcd0e164ccfd41700d290b182f0831ec4547691 /lsh512_sse.cpp
parent203a47a3451d6320fcba0613760a8787815a6246 (diff)
downloadcryptopp-git-d57357d9449faf37f34a080d98b1f535add3155e.tar.gz
Clear Clang warnings on Android
Diffstat (limited to 'lsh512_sse.cpp')
-rw-r--r--lsh512_sse.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lsh512_sse.cpp b/lsh512_sse.cpp
index 8fb89ef7..d9fa602c 100644
--- a/lsh512_sse.cpp
+++ b/lsh512_sse.cpp
@@ -42,7 +42,7 @@ const unsigned int LSH512_HASH_VAL_MAX_BYTE_LEN = 64;
// const unsigned int MSG_BLK_WORD_LEN = 32;
const unsigned int CV_WORD_LEN = 16;
const unsigned int CONST_WORD_LEN = 8;
-const unsigned int HASH_VAL_MAX_WORD_LEN = 8;
+// const unsigned int HASH_VAL_MAX_WORD_LEN = 8;
const unsigned int NUM_STEPS = 28;
const unsigned int ROT_EVEN_ALPHA = 23;
@@ -140,7 +140,7 @@ struct LSH512_SSSE3_Internal
lsh_u64* submsg_o_r; /* odd right sub-message */
};
-const lsh_u32 g_gamma512[8] = { 0, 16, 32, 48, 8, 24, 40, 56 };
+// const lsh_u32 g_gamma512[8] = { 0, 16, 32, 48, 8, 24, 40, 56 };
/* LSH AlgType Macro */