aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/dexon-foundation/mcl/test/bn_c512_test.cpp
blob: c6af3989f295beab9b6045b71d82b06d56e6e0f1 (plain) (blame)
1
2
3
4
5
6
#include <mcl/bn512.hpp>
using namespace mcl::bn512;
#define MCLBN_DEFINE_STRUCT
#define MCLBN_FP_UNIT_SIZE 8
#include "bn_c_test.hpp"