mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2024-11-22 22:31:56 +00:00
14 lines
235 B
C
14 lines
235 B
C
#define HMAC_CHEESE_WIDTH 16
|
|
#define HMAC_CHEESE_HEIGHT 10
|
|
static unsigned char HMAC_CHEESE_BITS[] = {
|
|
0x10, 0x10,
|
|
0x28, 0x28,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x3F, 0xF8,
|
|
0x20, 0x08,
|
|
0x20, 0x08,
|
|
0x20, 0x08,
|
|
0x10, 0x10,
|
|
0x0F, 0xE0,
|
|
}; |