mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2024-11-22 07:31:19 +00:00
14 lines
240 B
C
14 lines
240 B
C
#define HMAC_SURPRISE_WIDTH 16
|
|
#define HMAC_SURPRISE_HEIGHT 10
|
|
static unsigned char HMAC_SURPRISE_BITS[] = {
|
|
0x1C, 0x70,
|
|
0x22, 0x88,
|
|
0x41, 0x04,
|
|
0x49, 0x24,
|
|
0x41, 0x04,
|
|
0x22, 0x88,
|
|
0x1C, 0x70,
|
|
0x01, 0x00,
|
|
0x03, 0x80,
|
|
0x03, 0x80
|
|
}; |