aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2016-08-27 21:48:32 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2016-08-27 21:48:32 +0800
commite4faaeb768457788a73442e1d2e7216890803da5 (patch)
treeb960452184591248074ae46777e316daaa0c9603
parent4d956aa85c0afcb6278b25a84b162349c8a00750 (diff)
downloaddexon-bls-e4faaeb768457788a73442e1d2e7216890803da5.tar
dexon-bls-e4faaeb768457788a73442e1d2e7216890803da5.tar.gz
dexon-bls-e4faaeb768457788a73442e1d2e7216890803da5.tar.bz2
dexon-bls-e4faaeb768457788a73442e1d2e7216890803da5.tar.lz
dexon-bls-e4faaeb768457788a73442e1d2e7216890803da5.tar.xz
dexon-bls-e4faaeb768457788a73442e1d2e7216890803da5.tar.zst
dexon-bls-e4faaeb768457788a73442e1d2e7216890803da5.zip
remove = 0
-rw-r--r--include/bls.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/bls.hpp b/include/bls.hpp
index c905c06..6ef7edf 100644
--- a/include/bls.hpp
+++ b/include/bls.hpp
@@ -69,10 +69,10 @@ public:
friend std::istream& operator>>(std::istream& is, Id& id);
bool isZero() const;
/*
- set p[0, .., keySize) if p != 0
+ set p[0, .., keySize)
@note the value should be less than r or truncated in [0, r)
*/
- void set(const uint64_t *p = 0);
+ void set(const uint64_t *p);
};
/*