Fix name of C function
The name of the generichash function was wrong, so it was not possible to find it when loading the NIF.
This commit is contained in:
parent
d7e83dd569
commit
0f39bae64c
@ -4,7 +4,7 @@
|
||||
|
||||
#include "hash.h"
|
||||
|
||||
ERL_NIF_TERM enacl_crypto_hash_nif(ErlNifEnv *env, int argc,
|
||||
ERL_NIF_TERM enacl_crypto_hash(ErlNifEnv *env, int argc,
|
||||
ERL_NIF_TERM const argv[]) {
|
||||
ErlNifBinary input;
|
||||
ErlNifBinary result;
|
||||
|
Loading…
x
Reference in New Issue
Block a user