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_LADY_WIDTH 16
|
|
#define HMAC_LADY_HEIGHT 10
|
|
static unsigned char HMAC_LADY_BITS[] = {
|
|
0x38, 0x38,
|
|
0x45, 0x44,
|
|
0x55, 0x54,
|
|
0x45, 0x44,
|
|
0x39, 0x38,
|
|
0x03, 0x00,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x07, 0x80,
|
|
0x03, 0x00
|
|
}; |