We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3f2cb commit 5b16d89Copy full SHA for 5b16d89
src/bench/bench_pivx.cpp
@@ -7,6 +7,7 @@
7
8
#include "bls/bls_wrapper.h"
9
#include "key.h"
10
+#include "random.h"
11
#include "util/system.h"
12
13
void InitBLSTests();
@@ -16,6 +17,7 @@ void CleanupBLSDkgTests();
16
17
int main(int argc, char** argv)
18
{
19
ECC_Start();
20
+ RandomInit();
21
BLSInit();
22
InitBLSTests();
23
SetupEnvironment();
0 commit comments