mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2024-11-22 07:31:19 +00:00
14 lines
234 B
C
14 lines
234 B
C
#define HMAC_HORROR_WIDTH 16
|
|
#define HMAC_HORROR_HEIGHT 10
|
|
static unsigned char HMAC_HORROR_BITS[] = {
|
|
0x38, 0x38,
|
|
0x44, 0x44,
|
|
0x44, 0x44,
|
|
0x44, 0x44,
|
|
0x38, 0x38,
|
|
0x03, 0x80,
|
|
0x03, 0x80,
|
|
0x03, 0x80,
|
|
0x03, 0x80,
|
|
0x03, 0x80
|
|
}; |