github.com/platonnetwork/platon-go@v0.7.6/cases/tool/win/bls_win/include/mcl/bls12_381.hpp (about)

     1  #pragma once
     2  /**
     3  	@file
     4  	@brief preset class for BLS12-381 pairing
     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  #define MCL_MAX_FR_BIT_SIZE 256
    11  #include <mcl/bn.hpp>
    12  
    13  namespace mcl { namespace bls12 {
    14  using namespace mcl::bn;
    15  } }