mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2024-11-22 07:31:19 +00:00
14 lines
225 B
C
14 lines
225 B
C
#define HMAC_SLY_WIDTH 16
|
|
#define HMAC_SLY_HEIGHT 10
|
|
static unsigned char HMAC_SLY_BITS[] = {
|
|
0x00, 0x00,
|
|
0x08, 0x20,
|
|
0x14, 0x50,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x20, 0x08,
|
|
0x3F, 0xF8,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x00, 0x00
|
|
}; |