github.com/platonnetwork/platon-go@v0.7.6/cases/tool/win/bls_win/include/mcl/bn512.hpp (about) 1 #pragma once 2 /** 3 @file 4 @brief preset class for 512-bit optimal ate pairing over BN curves 5 @author MITSUNARI Shigeo(@herumi) 6 @license modified new BSD license 7 http://opensource.org/licenses/BSD-3-Clause 8 */ 9 #define MCL_MAX_FP_BIT_SIZE 512 10 #include <mcl/bn.hpp> 11 12 namespace mcl { namespace bn512 { 13 using namespace mcl::bn; 14 } }