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/bn384.hpp>
|
||
|
using namespace mcl::bn384;
|
||
|
#define MCLBN_DEFINE_STRUCT
|
||
|
#define MCLBN_FP_UNIT_SIZE 6
|
||
|
#include "bn_c_test.hpp"
|
||
|
|