mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2025-01-05 04:29:47 +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
|
|
}; |