From e4faaeb768457788a73442e1d2e7216890803da5 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Sat, 27 Aug 2016 22:48:32 +0900 Subject: remove = 0 --- include/bls.hpp | 4 ++-- 1 file 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); }; /* -- cgit v1.2.3