#pragma once /** @file @brief preset class for 512-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 512 #include namespace mcl { namespace bn512 { using namespace mcl::bn; } }