mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2024-11-24 19:33:29 +00:00
14 lines
231 B
C
14 lines
231 B
C
|
#define HMAC_NERDY_WIDTH 16
|
||
|
#define HMAC_NERDY_HEIGHT 10
|
||
|
static unsigned char HMAC_NERDY_BITS[] = {
|
||
|
0x38, 0x38,
|
||
|
0x45, 0x45,
|
||
|
0xD7, 0xD6,
|
||
|
0x45, 0x44,
|
||
|
0x39, 0x38,
|
||
|
0x03, 0x00,
|
||
|
0x00, 0x00,
|
||
|
0x00, 0x00,
|
||
|
0x0F, 0xC0,
|
||
|
0x00, 0x00
|
||
|
};
|