Clear conversion wanrings under MSVC

pull/709/head
Jeffrey Walton 2018-08-20 13:58:58 -04:00
parent d47f69acf3
commit 37828ff0ef
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ using CryptoPP::ARIATab::X2;
using CryptoPP::ARIATab::KRK;
inline byte ARIA_BRF(const word32 x, const int y) {
return GETBYTE(x, y);
return static_cast<byte>(GETBYTE(x, y));
}
// Key XOR Layer