Place HIGHT F0 and F1 in unnamed namespace

This commit is contained in:
Jeffrey Walton 2018-06-24 01:39:09 -04:00
parent b53842bcdc
commit afd3b5c596
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -14,14 +14,11 @@
#include "hight.h"
#include "misc.h"
#include "cpu.h"
ANONYMOUS_NAMESPACE_BEGIN
using CryptoPP::byte;
ANONYMOUS_NAMESPACE_END
const byte DELTA[128] = {
0x5A,0x6D,0x36,0x1B,0x0D,0x06,0x03,0x41,
0x60,0x30,0x18,0x4C,0x66,0x33,0x59,0x2C,
@ -111,6 +108,8 @@ const byte HIGHT_F1[256] = {
0x76,0x2E,0xC6,0x9E,0x17,0x4F,0xA7,0xFF
};
ANONYMOUS_NAMESPACE_END
NAMESPACE_BEGIN(CryptoPP)
void HIGHT::Base::UncheckedSetKey(const byte *userKey, unsigned int keyLength, const NameValuePairs &params)