github.com/platonnetwork/platon-go@v0.7.6/cases/tool/win/bls_win/include/mcl/bn384.hpp (about) 1 #pragma once 2 /** 3 @file 4 @brief preset class for 384-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 384 10 #include <mcl/bn.hpp> 11 // #define MCL_MAX_FR_BIT_SIZE 256 // can set if BLS12_381 12 13 namespace mcl { namespace bn384 { 14 using namespace mcl::bn; 15 } }