Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include "include/secp256k1.h"
#include "include/secp256k1_multiset.h"
#include "util.h"
#include "testrand.h"
Go to the source code of this file.
Macros | |
#define | DATALEN 64*3 |
#define | DATACOUNT 100 |
#define | CHECK_EQUAL(a, b) |
#define | CHECK_NOTEQUAL(a, b) |
Functions | |
static void | initdata (void) |
void | test_unordered (void) |
void | test_combine (void) |
void | test_remove (void) |
void | test_duplicate (void) |
void | test_empty (void) |
void | test_testvector (void) |
void | run_multiset_tests (void) |
Variables | |
static unsigned char | elements [DATACOUNT][DATALEN] |
Definition at line 20 of file tests_impl.h.
#define DATACOUNT 100 |
Definition at line 17 of file tests_impl.h.
#define DATALEN 64*3 |
Definition at line 16 of file tests_impl.h.
Definition at line 39 of file tests_impl.h.
Definition at line 336 of file tests_impl.h.
Definition at line 100 of file tests_impl.h.
Definition at line 226 of file tests_impl.h.
Definition at line 259 of file tests_impl.h.
Definition at line 170 of file tests_impl.h.
Definition at line 276 of file tests_impl.h.
Definition at line 50 of file tests_impl.h.