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

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