fix error message

dev
MITSUNARI Shigeo 6 years ago
parent 59b61f77ef
commit eebd088afd
  1. 2
      include/mcl/fp.hpp

@ -579,7 +579,7 @@ public:
{ {
bool b; bool b;
setMpz(&b, x); setMpz(&b, x);
if (!b) throw cybozu::Exception("Fp:setMpz:neg"); if (!b) throw cybozu::Exception("Fp:setMpz");
} }
uint64_t getUint64() const uint64_t getUint64() const
{ {

Loading…
Cancel
Save