From 6d7c5863b165b3a5e6bc415d533b5a5f4d674b0c Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Tue, 30 May 2017 06:48:47 +0900 Subject: rename blsSecretKeySetByHash to blsSecretKeySetToHashOf --- include/bls/bls_if.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/bls') diff --git a/include/bls/bls_if.h b/include/bls/bls_if.h index c36ad70..2e81ad2 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 blsSecretKeySetByHash(blsSecretKey *sec, const void *buf, size_t bufSize); +BLS_DLL_API int blsSecretKeySetToHashOf(blsSecretKey *sec, const void *buf, size_t bufSize); /* set secretKey if system has /dev/urandom or CryptGenRandom return 0 if success else -1 -- cgit v1.2.3