Bitcoin Core  27.99.0
P2P Digital Currency
Functions
tests_exhaustive_impl.h File Reference
#include "main_impl.h"
#include "../../../include/secp256k1_recovery.h"
Include dependency graph for tests_exhaustive_impl.h:

Go to the source code of this file.

Functions

static void test_exhaustive_recovery_sign (const secp256k1_context *ctx, const secp256k1_ge *group)
 
static void test_exhaustive_recovery_verify (const secp256k1_context *ctx, const secp256k1_ge *group)
 
static void test_exhaustive_recovery (const secp256k1_context *ctx, const secp256k1_ge *group)
 

Function Documentation

◆ test_exhaustive_recovery()

static void test_exhaustive_recovery ( const secp256k1_context ctx,
const secp256k1_ge group 
)
static

Definition at line 143 of file tests_exhaustive_impl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_exhaustive_recovery_sign()

static void test_exhaustive_recovery_sign ( const secp256k1_context ctx,
const secp256k1_ge group 
)
static

Definition at line 13 of file tests_exhaustive_impl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_exhaustive_recovery_verify()

static void test_exhaustive_recovery_verify ( const secp256k1_context ctx,
const secp256k1_ge group 
)
static

Definition at line 81 of file tests_exhaustive_impl.h.

Here is the call graph for this function:
Here is the caller graph for this function: