tweak source to conform a little better

This commit is contained in:
Kelvin Sherlock
2017-04-08 15:39:48 -04:00
parent b0e9a23e31
commit 5924bd43e6
2 changed files with 33 additions and 20 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ extern const struct ltc_hash_descriptor blake2s_128_desc;
int blake2s_128_init(hash_state * md);
int blake2s_128_test(void);
int blake2s_init(hash_state * md, size_t outlen);
int blake2s_init(hash_state * md, unsigned long outlen);
int blake2s_process(hash_state * md, const unsigned char *in, unsigned long inlen);
int blake2s_done(hash_state * md, unsigned char *hash);
#endif