aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/dexon-foundation/mcl/src/bn_c384_256.cpp
blob: 5630e831d0b0fab669e4bcd2f7bc6d070bb88177 (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 "bn_c_impl.hpp"