mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2024-11-22 22:31:56 +00:00
14 lines
228 B
C
14 lines
228 B
C
#define HMAC_YUCK_WIDTH 16
|
|
#define HMAC_YUCK_HEIGHT 10
|
|
static unsigned char HMAC_YUCK_BITS[] = {
|
|
0x00, 0x00,
|
|
0x18, 0x30,
|
|
0x04, 0x40,
|
|
0x02, 0x80,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x1F, 0xF0,
|
|
0x15, 0x50,
|
|
0x04, 0x40,
|
|
0x03, 0x80
|
|
}; |