aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/dexon-foundation/mcl/src/bn_c384.cpp
blob: 934a078aecbe9efb0923d614fcb2cee7622f0fa4 (plain) (blame)
1
2
3
4
5
6
7
/*
    implementation of mclBn_* apis
*/
#define MCLBN_FP_UNIT_SIZE 6
#define MCLBN_FR_UNIT_SIZE 6
#include "mcl/impl/bn_c_impl.hpp"