![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
#include <assert.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <secp256k1_extrakeys.h>#include <secp256k1_silentpayments.h>#include "examples_util.h"Go to the source code of this file.
Classes | |
| struct | label_cache_entry |
| Labels. More... | |
| struct | labels_cache |
Macros | |
| #define | N_INPUTS 2 |
| #define | N_OUTPUTS 3 |
Functions | |
| const unsigned char * | label_lookup (const unsigned char *label33, const void *cache_ptr) |
| int | main (void) |
Variables | |
| static unsigned char | smallest_outpoint [36] |
| static unsigned char | bob_scan_key [32] |
| static unsigned char | bob_spend_key [32] |
| static unsigned char | bob_scan_and_spend_pubkeys [2][33] |
| static unsigned char | carol_scan_key [32] |
| static unsigned char | carol_address [2][33] |
| #define N_INPUTS 2 |
Definition at line 19 of file silentpayments.c.
| #define N_OUTPUTS 3 |
Definition at line 20 of file silentpayments.c.
| const unsigned char * label_lookup | ( | const unsigned char * | label33, |
| const void * | cache_ptr | ||
| ) |
| int main | ( | void | ) |
|
static |
Definition at line 41 of file silentpayments.c.
|
static |
Definition at line 29 of file silentpayments.c.
|
static |
Definition at line 35 of file silentpayments.c.
|
static |
Definition at line 61 of file silentpayments.c.
|
static |
Definition at line 55 of file silentpayments.c.
|
static |
Definition at line 23 of file silentpayments.c.