mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-17 03:48:38 +00:00
Clear Clang warnings on Android
This commit is contained in:
parent
d57357d944
commit
493ccd0e3b
@ -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;
|
||||
|
||||
|
@ -29,7 +29,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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user