mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2024-11-25 11:31:18 +00:00
14 lines
234 B
C
14 lines
234 B
C
#define HMAC_PIRATE_WIDTH 16
|
|
#define HMAC_PIRATE_HEIGHT 10
|
|
static unsigned char HMAC_PIRATE_BITS[] = {
|
|
0x00, 0x81,
|
|
0x00, 0x7E,
|
|
0x11, 0x7E,
|
|
0x11, 0x3C,
|
|
0x01, 0x3C,
|
|
0x01, 0x18,
|
|
0x03, 0x00,
|
|
0x00, 0x00,
|
|
0x08, 0x40,
|
|
0x07, 0x80
|
|
}; |