mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Place HIGHT F0 and F1 in unnamed namespace
This commit is contained in:
parent
b53842bcdc
commit
afd3b5c596
@ -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 ¶ms)
|
||||
|
Loading…
Reference in New Issue
Block a user