mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
16 lines
385 B
C
16 lines
385 B
C
|
//-----------------------------------------
|
||
|
// SAMP Archive 2 Tool - TEA Keys
|
||
|
//
|
||
|
// This file was automatically generated.
|
||
|
// Do not modify this file!
|
||
|
//-----------------------------------------
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define TEA_XOR_KEY 170
|
||
|
|
||
|
#define TEA_KEY_SIZE 16
|
||
|
const BYTE TEA_KEY[] =
|
||
|
{0xb9, 0xea, 0x40, 0xa, 0xa3, 0x1f, 0x1, 0x23,
|
||
|
0xb0, 0xea, 0x46, 0x64, 0x78, 0xaf, 0x50, 0x80};
|
||
|
|