Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

ecdsa.cpp File Reference
#include <bench/bench.h>
#include <key.h>
+ Include dependency graph for ecdsa.cpp:

Go to the source code of this file.

Functions

static void ECDSASign (benchmark::State &state)
 
static void ECDSAVerify (benchmark::State &state)
 
static void ECDSAVerify_LargeBlock (benchmark::State &state)
 

Function Documentation

◆ ECDSASign()

static void ECDSASign ( benchmark::State state)
static

Definition at line 9 of file ecdsa.cpp.

References benchmark::State::KeepRunning(), CKey::MakeNewKey(), and SerializeHash().

◆ ECDSAVerify()

static void ECDSAVerify ( benchmark::State state)
static

◆ ECDSAVerify_LargeBlock()

static void ECDSAVerify_LargeBlock ( benchmark::State state)
static
Released under the MIT license