mirror of
https://github.com/fluencelabs/fluence-VRF
synced 2025-06-06 11:31:33 +00:00
7 lines
136 B
C++
7 lines
136 B
C++
|
#include <mcl/bn256.hpp>
|
||
|
using namespace mcl::bn256;
|
||
|
#define MCLBN_DEFINE_STRUCT
|
||
|
#define MCLBN_FP_UNIT_SIZE 4
|
||
|
#include "bn_c_test.hpp"
|
||
|
|