summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
3e6c817)
It was only 20 bytes - big enough for SHA1, but not when the larger
SHA2 hashes are available in nettle. This allows up to SHA512.
uint8_t keyheader[3];
uint8_t packetheader[5];
uint8_t v4trailer[6];
uint8_t keyheader[3];
uint8_t packetheader[5];
uint8_t v4trailer[6];
uint8_t *hashdata[8];
size_t hashlen[8];
int chunks, i;
uint8_t *hashdata[8];
size_t hashlen[8];
int chunks, i;