aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/dexon-foundation/mcl/test/bn_c384_256_test.cpp
blob: e7bbefda9544fb1f15e05f7827bef836b727a9c5 (plain) (blame)
1
2
3
4
5
6
7
#include <mcl/bls12_381.hpp>
using namespace mcl::bls12;
#define MCLBN_DEFINE_STRUCT
#define MCLBN_FP_UNIT_SIZE 6
#define MCLBN_FR_UNIT_SIZE 4
#include "bn_c_test.hpp"