Bitcoin ABC  0.26.3
P2P Digital Currency
Classes | Functions | Variables
test.c File Reference
#include "ctaes.h"
#include <assert.h>
#include <stdio.h>
#include <string.h>
Include dependency graph for test.c:

Go to the source code of this file.

Classes

struct  ctaes_test
 

Functions

static void from_hex (uint8_t *data, int len, const char *hex)
 
int main (void)
 

Variables

static const ctaes_test ctaes_tests []
 

Function Documentation

◆ from_hex()

static void from_hex ( uint8_t *  data,
int  len,
const char *  hex 
)
static

Definition at line 55 of file test.c.

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

◆ main()

int main ( void  )

Definition at line 75 of file test.c.

Here is the call graph for this function:

Variable Documentation

◆ ctaes_tests

const ctaes_test ctaes_tests[]
static

Definition at line 20 of file test.c.