From ebabddf36dd5486716ccea42749cd97ca8203226 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Tue, 16 Apr 2019 21:08:06 +0900 Subject: [PATCH] set max bit for vint_test --- test/vint_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/vint_test.cpp b/test/vint_test.cpp index 15e1426..a2d4219 100644 --- a/test/vint_test.cpp +++ b/test/vint_test.cpp @@ -1,4 +1,5 @@ #include +#define MCL_MAX_BIT_SIZE 521 #include #include #include