Activated testing of long messages
This commit is contained in:
parent
a222d72880
commit
f03474231f
|
@ -1 +1 @@
|
||||||
void calc_sha_256(uint8_t hash[32], const void * input, size_t len);
|
void calc_sha_256(uint8_t hash[32], const void *input, size_t len);
|
||||||
|
|
2
test.c
2
test.c
|
@ -41,7 +41,7 @@ static const struct string_vector STRING_VECTORS[] = {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#define LARGE_MESSAGES 0
|
#define LARGE_MESSAGES 1
|
||||||
|
|
||||||
static uint8_t data1[] = { 0xbd };
|
static uint8_t data1[] = { 0xbd };
|
||||||
static uint8_t data2[] = { 0xc9, 0x8c, 0x8e, 0x55 };
|
static uint8_t data2[] = { 0xc9, 0x8c, 0x8e, 0x55 };
|
||||||
|
|
Loading…
Reference in New Issue