From eebd088afdba1816e493db50369d2bedbf31b7e1 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Mon, 5 Nov 2018 13:45:45 +0900 Subject: [PATCH] fix error message --- include/mcl/fp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {