summaryrefslogtreecommitdiff
path: root/lsh256.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-04-26 05:54:22 -0400
committerJeffrey Walton <noloader@gmail.com>2021-04-26 05:54:22 -0400
commit493ccd0e3b0a3cbd3c58fc84b11d04a20dd09896 (patch)
tree92b22525ceed8b413b99c30a74c5036f213ce8be /lsh256.cpp
parentd57357d9449faf37f34a080d98b1f535add3155e (diff)
downloadcryptopp-git-493ccd0e3b0a3cbd3c58fc84b11d04a20dd09896.tar.gz
Clear Clang warnings on Android
Diffstat (limited to 'lsh256.cpp')
-rw-r--r--lsh256.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsh256.cpp b/lsh256.cpp
index cc1098ce..0f895bb4 100644
--- a/lsh256.cpp
+++ b/lsh256.cpp
@@ -28,7 +28,7 @@ const unsigned int LSH256_HASH_VAL_MAX_BYTE_LEN = 32;
// 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 WORD_BIT_LEN = 32;
const unsigned int NUM_STEPS = 26;