![]() |
Bitcoin Core 32.99.0
P2P Digital Currency
|
#include <stddef.h>#include "group.h"#include "scalar.h"#include "ecmult.h"#include "ecmult_gen.h"Go to the source code of this file.
Functions | |
| static int | secp256k1_eckey_seckey_tweak_add (secp256k1_scalar *key, const secp256k1_scalar *tweak) |
| static int | secp256k1_eckey_pubkey_tweak_add (secp256k1_ge *key, const secp256k1_scalar *tweak) |
| static int | secp256k1_eckey_seckey_tweak_mul (secp256k1_scalar *key, const secp256k1_scalar *tweak) |
| static int | secp256k1_eckey_pubkey_tweak_mul (secp256k1_ge *key, const secp256k1_scalar *tweak) |
|
static |
|
static |
|
static |
|
static |