mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2024-11-22 07:31:19 +00:00
14 lines
234 B
C
14 lines
234 B
C
#define HMAC_TONGUE_WIDTH 16
|
|
#define HMAC_TONGUE_HEIGHT 10
|
|
static unsigned char HMAC_TONGUE_BITS[] = {
|
|
0x00, 0x00,
|
|
0x1E, 0x78,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x20, 0x04,
|
|
0x3F, 0xFC,
|
|
0x05, 0x40,
|
|
0x05, 0x40,
|
|
0x04, 0x40,
|
|
0x03, 0x80
|
|
}; |