aboutsummaryrefslogtreecommitdiffstats
path: root/include/bls
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-05-30 05:48:47 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-05-30 05:48:47 +0800
commit6d7c5863b165b3a5e6bc415d533b5a5f4d674b0c (patch)
tree40410ee3e0c0a373909bd10aac4a0ef475cffb51 /include/bls
parentcdea71ee335760b0f9cb8422dd995176cf6bdc5f (diff)
downloaddexon-bls-6d7c5863b165b3a5e6bc415d533b5a5f4d674b0c.tar
dexon-bls-6d7c5863b165b3a5e6bc415d533b5a5f4d674b0c.tar.gz
dexon-bls-6d7c5863b165b3a5e6bc415d533b5a5f4d674b0c.tar.bz2
dexon-bls-6d7c5863b165b3a5e6bc415d533b5a5f4d674b0c.tar.lz
dexon-bls-6d7c5863b165b3a5e6bc415d533b5a5f4d674b0c.tar.xz
dexon-bls-6d7c5863b165b3a5e6bc415d533b5a5f4d674b0c.tar.zst
dexon-bls-6d7c5863b165b3a5e6bc415d533b5a5f4d674b0c.zip
rename blsSecretKeySetByHash to blsSecretKeySetToHashOf
Diffstat (limited to 'include/bls')
-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 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