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