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