diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-05-24 06:07:15 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-05-24 06:07:15 +0800 |
commit | fc086647711e278f3b3eecc2d5c87a882fa944e8 (patch) | |
tree | ff3e99523416a90a9e4e429b2b637be5f2ee6bbf | |
parent | 378c191833be2022412cd61d99e613b56e0cbbfb (diff) | |
download | dexon-bls-fc086647711e278f3b3eecc2d5c87a882fa944e8.tar.gz dexon-bls-fc086647711e278f3b3eecc2d5c87a882fa944e8.tar.zst dexon-bls-fc086647711e278f3b3eecc2d5c87a882fa944e8.zip |
fix documents for apiold_bls_if_api
-rw-r--r-- | include/bls.hpp | 4 |
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); |