mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2024-11-25 11:31:18 +00:00
14 lines
234 B
C
14 lines
234 B
C
|
#define HMAC_SLEEPY_WIDTH 16
|
||
|
#define HMAC_SLEEPY_HEIGHT 10
|
||
|
static unsigned char HMAC_SLEEPY_BITS[] = {
|
||
|
0x00, 0x00,
|
||
|
0x1C, 0x70,
|
||
|
0x22, 0x88,
|
||
|
0x00, 0x00,
|
||
|
0x1C, 0x70,
|
||
|
0x08, 0x20,
|
||
|
0x00, 0x00,
|
||
|
0x00, 0x00,
|
||
|
0x03, 0x80,
|
||
|
0x00, 0x00
|
||
|
};
|