@ -26,6 +26,9 @@
#if defined(__EMSCRIPTEN__) || defined(__wasm__)
#define MCL_USE_VINT
#endif
#ifndef MCL_MAX_BIT_SIZE
#define MCL_MAX_BIT_SIZE 521
#ifdef MCL_USE_VINT
#include <mcl/vint.hpp>
typedef mcl::Vint mpz_class;
@ -10,9 +10,6 @@
#include <memory.h>
#include <mcl/array.hpp>
#define MCL_DONT_USE_XBYAK
#define MCL_DONT_USE_OPENSSL
@ -19,7 +19,7 @@
#define MCL_VINT_FIXED_BUFFER
#define MCL_MAX_BIT_SIZE 384
#error "define MCL_MAX_BIT_SZIE"
#ifndef MCL_SIZEOF_UNIT