Skip to content

Commit

Permalink
Activated testing of long messages
Browse files Browse the repository at this point in the history
  • Loading branch information
amosnier committed Dec 15, 2017
1 parent a222d72 commit f034742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sha-256.h
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 1 deletion test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 data2[] = { 0xc9, 0x8c, 0x8e, 0x55 };
Expand Down

0 comments on commit f034742

Please sign in to comment.