set MCL_MAX_BIT_SIZE=512 and so disable test of NIST_P521

update-fork
MITSUNARI Shigeo 4 years ago
parent 6bdaec0567
commit ec661dcd66
  1. 2
      include/mcl/gmp_util.hpp

@ -28,7 +28,7 @@
#define MCL_USE_VINT
#endif
#ifndef MCL_MAX_BIT_SIZE
#define MCL_MAX_BIT_SIZE 521
#define MCL_MAX_BIT_SIZE 512
#endif
#ifdef MCL_USE_VINT
#include <mcl/vint.hpp>

Loading…
Cancel
Save