mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2024-11-24 19:33:29 +00:00
14 lines
231 B
C
14 lines
231 B
C
#define HMAC_ASIDE_WIDTH 16
|
|
#define HMAC_ASIDE_HEIGHT 10
|
|
static unsigned char HMAC_ASIDE_BITS[] = {
|
|
0x00, 0x00,
|
|
0x39, 0x38,
|
|
0x21, 0x20,
|
|
0x01, 0x00,
|
|
0x01, 0x00,
|
|
0x03, 0x00,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x07, 0x80,
|
|
0x00, 0x00
|
|
}; |