From fc086647711e278f3b3eecc2d5c87a882fa944e8 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Wed, 24 May 2017 07:07:15 +0900 Subject: fix documents for api --- include/bls.hpp | 4 ++-- 1 file 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); -- cgit v1.2.3