mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2024-11-22 07:31:19 +00:00
14 lines
228 B
C
14 lines
228 B
C
#define HMAC_EVIL_WIDTH 16
|
|
#define HMAC_EVIL_HEIGHT 10
|
|
static unsigned char HMAC_EVIL_BITS[] = {
|
|
0x00, 0x00,
|
|
0x10, 0x10,
|
|
0x08, 0x20,
|
|
0x0C, 0x60,
|
|
0x00, 0x00,
|
|
0x20, 0x08,
|
|
0x20, 0x08,
|
|
0x1F, 0xF0,
|
|
0x00, 0x00,
|
|
0x00, 0x00
|
|
}; |