From 160b6afa742ae7daaacddbc5ffcf597d23d987ba Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Sat, 15 Sep 2018 22:48:11 +0900 Subject: test for 256/384 --- sample/bls_smpl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sample') diff --git a/sample/bls_smpl.cpp b/sample/bls_smpl.cpp index 5e0c70c..e812cd5 100644 --- a/sample/bls_smpl.cpp +++ b/sample/bls_smpl.cpp @@ -1,3 +1,4 @@ +#define MCLBN_FP_UNIT_SIZE 4 #include #include #include @@ -118,7 +119,7 @@ int recover(const bls::IdVec& ids) int main(int argc, char *argv[]) try { - bls::init(); + bls::init(); // use BN254 std::string mode; std::string m; -- cgit v1.2.3