diff --git a/include/mcl/ec.hpp b/include/mcl/ec.hpp index 92d4f67..ffad737 100644 --- a/include/mcl/ec.hpp +++ b/include/mcl/ec.hpp @@ -212,7 +212,6 @@ public: // verify the order bool isValidOrder() const { - assert(order_); EcT Q; EcT::mulGeneric(Q, *this, order_); return Q.isZero();