remove unnecessary assert

dev
MITSUNARI Shigeo 6 years ago
parent 271a2e4146
commit 6aa0bc0869
  1. 1
      include/mcl/ec.hpp

@ -212,7 +212,6 @@ public:
// verify the order // verify the order
bool isValidOrder() const bool isValidOrder() const
{ {
assert(order_);
EcT Q; EcT Q;
EcT::mulGeneric(Q, *this, order_); EcT::mulGeneric(Q, *this, order_);
return Q.isZero(); return Q.isZero();

Loading…
Cancel
Save