aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/byzantine-lab/mcl/test/bn_c256_test.cpp
blob: 2ce85162ddd54ea4cf860ce17c5721a702913420 (plain) (blame)
1
2
3
4
5
6
#include <mcl/bn256.hpp>
using namespace mcl::bn256;
#define MCLBN_DEFINE_STRUCT
#define MCLBN_FP_UNIT_SIZE 4
#include "bn_c_test.hpp"