#pragma once /** @file @brief preset class for 256-bit optimal ate pairing over BN curves @author MITSUNARI Shigeo(@herumi) @license modified new BSD license http://opensource.org/licenses/BSD-3-Clause */ #define MCL_MAX_FP_BIT_SIZE 256 #include namespace mcl { namespace bn256 { using namespace mcl::bn; } }