mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2024-11-22 07:31:19 +00:00
14 lines
243 B
C
14 lines
243 B
C
#define HMAC_MOUSTACHE_WIDTH 16
|
|
#define HMAC_MOUSTACHE_HEIGHT 10
|
|
static unsigned char HMAC_MOUSTACHE_BITS[] = {
|
|
0x00, 0x00,
|
|
0x11, 0x10,
|
|
0x11, 0x10,
|
|
0x01, 0x00,
|
|
0x01, 0x00,
|
|
0x03, 0x00,
|
|
0x1F, 0xE0,
|
|
0x00, 0x00,
|
|
0x08, 0x40,
|
|
0x07, 0x80
|
|
}; |