Fix typo
This commit is contained in:
parent
afb3ed551e
commit
ffb0107c9d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
#define DEFAULT_DIGEST_LEN 512
|
#define DEFAULT_DIGEST_LEN 512
|
||||||
|
|
||||||
static int keccak_init_func(hashState *ctx);
|
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);
|
static int keccak_finish_func(hashState *ctx, unsigned char *digest);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue