Bitcoin ABC 0.33.6
P2P Digital Currency
Functions
testutil.h File Reference
#include "field.h"
#include "testrand.h"
#include "util.h"
Include dependency graph for testutil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static void random_fe (secp256k1_fe *x)
 
static void random_fe_non_zero (secp256k1_fe *nz)
 
static void ge_equals_ge (const secp256k1_ge *a, const secp256k1_ge *b)
 
static void ge_equals_gej (const secp256k1_ge *a, const secp256k1_gej *b)
 

Function Documentation

◆ ge_equals_ge()

static void ge_equals_ge ( const secp256k1_ge a,
const secp256k1_ge b 
)
static

Definition at line 29 of file testutil.h.

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

◆ ge_equals_gej()

static void ge_equals_gej ( const secp256k1_ge a,
const secp256k1_gej b 
)
static

Definition at line 38 of file testutil.h.

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

◆ random_fe()

static void random_fe ( secp256k1_fe x)
static

Definition at line 13 of file testutil.h.

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

◆ random_fe_non_zero()

static void random_fe_non_zero ( secp256k1_fe nz)
static

Definition at line 23 of file testutil.h.

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