fix GLV1::mul(0)

update-fork
MITSUNARI Shigeo 5 years ago
parent 0931176c76
commit b1ef09c6c4
  1. 1
      include/mcl/gmp_util.hpp

@ -651,6 +651,7 @@ void getNAFwidth(bool *pb, Vec& naf, mpz_class x, size_t w)
naf[i] = -naf[i]; naf[i] = -naf[i];
} }
} }
*pb = true;
} }
#ifndef CYBOZU_DONT_USE_EXCEPTION #ifndef CYBOZU_DONT_USE_EXCEPTION

Loading…
Cancel
Save