use no-throw-version

update-fork
MITSUNARI Shigeo 4 years ago
parent f9d7d40059
commit 3423988fa0
  1. 3
      include/mcl/bn.hpp

@ -889,7 +889,8 @@ struct Param {
*pb = true;
return;
#endif
Fp2::init();
Fp2::init(pb);
if (!*pb) return;
const Fp2 xi(cp.xi_a, 1);
g2 = Fp2::get_gTbl()[0];
g3 = Fp2::get_gTbl()[3];

Loading…
Cancel
Save