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

     1  #pragma once
     2  /**
     3  	@file
     4  	@brief C API of 256-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 MCLBN_FP_UNIT_SIZE 4
    10  #include <mcl/bn.h>
    11