aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-05-24 06:07:15 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-05-24 06:07:15 +0800
commitfc086647711e278f3b3eecc2d5c87a882fa944e8 (patch)
treeff3e99523416a90a9e4e429b2b637be5f2ee6bbf
parent378c191833be2022412cd61d99e613b56e0cbbfb (diff)
downloaddexon-bls-fc086647711e278f3b3eecc2d5c87a882fa944e8.tar
dexon-bls-fc086647711e278f3b3eecc2d5c87a882fa944e8.tar.gz
dexon-bls-fc086647711e278f3b3eecc2d5c87a882fa944e8.tar.bz2
dexon-bls-fc086647711e278f3b3eecc2d5c87a882fa944e8.tar.lz
dexon-bls-fc086647711e278f3b3eecc2d5c87a882fa944e8.tar.xz
dexon-bls-fc086647711e278f3b3eecc2d5c87a882fa944e8.tar.zst
dexon-bls-fc086647711e278f3b3eecc2d5c87a882fa944e8.zip
fix documents for apiold_bls_if_api
-rw-r--r--include/bls.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/bls.hpp b/include/bls.hpp
index 915e8bb..7e4eaad 100644
--- a/include/bls.hpp
+++ b/include/bls.hpp
@@ -125,11 +125,11 @@ public:
void getStr(std::string& str, int ioMode = 0) const;
void setStr(const std::string& str, int ioMode = 0);
/*
- initialize secretKey with random number and set id = 0
+ initialize secretKey with random number
*/
void init();
/*
- set secretKey with p[0, .., keySize) and set id = 0
+ set secretKey with p[0, .., keySize)
@note the value must be less than r
*/
void set(const uint64_t *p);