Bitcoin ABC  0.28.12
P2P Digital Currency
Functions
eckey_impl.h File Reference
#include "eckey.h"
#include "scalar.h"
#include "field.h"
#include "group.h"
#include "ecmult_gen.h"
Include dependency graph for eckey_impl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static int secp256k1_eckey_pubkey_parse (secp256k1_ge *elem, const unsigned char *pub, size_t size)
 
static int secp256k1_eckey_pubkey_serialize (secp256k1_ge *elem, unsigned char *pub, size_t *size, int compressed)
 
static int secp256k1_eckey_privkey_tweak_add (secp256k1_scalar *key, const secp256k1_scalar *tweak)
 
static int secp256k1_eckey_pubkey_tweak_add (const secp256k1_ecmult_context *ctx, secp256k1_ge *key, const secp256k1_scalar *tweak)
 
static int secp256k1_eckey_privkey_tweak_mul (secp256k1_scalar *key, const secp256k1_scalar *tweak)
 
static int secp256k1_eckey_pubkey_tweak_mul (const secp256k1_ecmult_context *ctx, secp256k1_ge *key, const secp256k1_scalar *tweak)
 

Function Documentation

◆ secp256k1_eckey_privkey_tweak_add()

static int secp256k1_eckey_privkey_tweak_add ( secp256k1_scalar key,
const secp256k1_scalar tweak 
)
static

Definition at line 55 of file eckey_impl.h.

Here is the call graph for this function:

◆ secp256k1_eckey_privkey_tweak_mul()

static int secp256k1_eckey_privkey_tweak_mul ( secp256k1_scalar key,
const secp256k1_scalar tweak 
)
static

Definition at line 74 of file eckey_impl.h.

Here is the call graph for this function:

◆ secp256k1_eckey_pubkey_parse()

static int secp256k1_eckey_pubkey_parse ( secp256k1_ge elem,
const unsigned char *  pub,
size_t  size 
)
static

Definition at line 17 of file eckey_impl.h.

Here is the call graph for this function:

◆ secp256k1_eckey_pubkey_serialize()

static int secp256k1_eckey_pubkey_serialize ( secp256k1_ge elem,
unsigned char *  pub,
size_t *  size,
int  compressed 
)
static

Definition at line 37 of file eckey_impl.h.

Here is the call graph for this function:

◆ secp256k1_eckey_pubkey_tweak_add()

static int secp256k1_eckey_pubkey_tweak_add ( const secp256k1_ecmult_context ctx,
secp256k1_ge key,
const secp256k1_scalar tweak 
)
static

Definition at line 60 of file eckey_impl.h.

Here is the call graph for this function:

◆ secp256k1_eckey_pubkey_tweak_mul()

static int secp256k1_eckey_pubkey_tweak_mul ( const secp256k1_ecmult_context ctx,
secp256k1_ge key,
const secp256k1_scalar tweak 
)
static

Definition at line 82 of file eckey_impl.h.

Here is the call graph for this function: