PIVX Core  5.6.99
P2P Digital Currency
Functions | Variables
bls.cpp File Reference
#include "bench.h"
#include "random.h"
#include "bls/bls_worker.h"
#include "utiltime.h"
#include <iostream>
Include dependency graph for bls.cpp:

Go to the source code of this file.

Functions

void InitBLSTests ()
 
void CleanupBLSTests ()
 

Variables

CBLSWorker blsWorker
 

Function Documentation

◆ CleanupBLSTests()

void CleanupBLSTests ( )

Definition at line 20 of file bls.cpp.

Here is the call graph for this function:

◆ InitBLSTests()

void InitBLSTests ( )

Definition at line 15 of file bls.cpp.

Here is the call graph for this function:

Variable Documentation

◆ blsWorker

CBLSWorker blsWorker

Definition at line 13 of file bls.cpp.