aboutsummaryrefslogtreecommitdiffstats
path: root/include/bls/bls_if.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bls/bls_if.h')
-rw-r--r--include/bls/bls_if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bls/bls_if.h b/include/bls/bls_if.h
index 2e81ad2..7a25b54 100644
--- a/include/bls/bls_if.h
+++ b/include/bls/bls_if.h
@@ -101,7 +101,7 @@ BLS_DLL_API size_t blsSecretKeyGetLittleEndian(void *buf, size_t maxBufSize, con
/*
hash buf and set
*/
-BLS_DLL_API int blsSecretKeySetToHashOf(blsSecretKey *sec, const void *buf, size_t bufSize);
+BLS_DLL_API int blsHashToSecretKey(blsSecretKey *sec, const void *buf, size_t bufSize);
/*
set secretKey if system has /dev/urandom or CryptGenRandom
return 0 if success else -1