remove assert

update-fork
MITSUNARI Shigeo 5 years ago
parent 1d2f4cb29b
commit 7df73796d5
  1. 1
      include/mcl/bn.hpp

@ -1223,7 +1223,6 @@ inline void addLine(Fp6& l, G2& R, const G2& Q, const G1& P)
} }
inline void mulFp6cb_by_G1xy(Fp6& y, const Fp6& x, const G1& P) inline void mulFp6cb_by_G1xy(Fp6& y, const Fp6& x, const G1& P)
{ {
assert(P.isNormalized());
y.a = x.a; y.a = x.a;
Fp2::mulFp(y.c, x.c, P.x); Fp2::mulFp(y.c, x.c, P.x);
Fp2::mulFp(y.b, x.b, P.y); Fp2::mulFp(y.b, x.b, P.y);

Loading…
Cancel
Save