Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

bench_recover.c File Reference
#include "include/secp256k1.h"
#include "include/secp256k1_recovery.h"
#include "util.h"
#include "bench.h"
+ Include dependency graph for bench_recover.c:

Go to the source code of this file.

Classes

struct  bench_recover_data
 

Functions

void bench_recover (void *arg)
 
void bench_recover_setup (void *arg)
 
int main (void)
 

Function Documentation

◆ bench_recover()

◆ bench_recover_setup()

void bench_recover_setup ( void *  arg)

Definition at line 39 of file bench_recover.c.

References bench_recover_data::msg, and bench_recover_data::sig.

Referenced by main().

◆ main()

Released under the MIT license