diff --git a/include/mcl/fp.hpp b/include/mcl/fp.hpp index dc8dc95..44aab76 100644 --- a/include/mcl/fp.hpp +++ b/include/mcl/fp.hpp @@ -579,7 +579,7 @@ public: { bool b; setMpz(&b, x); - if (!b) throw cybozu::Exception("Fp:setMpz:neg"); + if (!b) throw cybozu::Exception("Fp:setMpz"); } uint64_t getUint64() const {