This commit is contained in:
Alex Kotov 2019-06-08 17:04:18 +05:00
parent afb3ed551e
commit ffb0107c9d
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#define DEFAULT_DIGEST_LEN 512
static int keccak_init_func(hashState *ctx);
static void keccak_update_func(hashState *ctx, unsigned char *str, size_t len)keccak
static void keccak_update_func(hashState *ctx, unsigned char *str, size_t len);
static int keccak_finish_func(hashState *ctx, unsigned char *digest);
/*