Dash Core  0.12.2.1
P2P Digital Currency
secp256k1_ecdh.h
Go to the documentation of this file.
1 #ifndef _SECP256K1_ECDH_
2 # define _SECP256K1_ECDH_
3 
4 # include "secp256k1.h"
5 
6 # ifdef __cplusplus
7 extern "C" {
8 # endif
9 
21  const secp256k1_context* ctx,
22  unsigned char *result,
23  const secp256k1_pubkey *pubkey,
24  const unsigned char *privkey
26 
27 # ifdef __cplusplus
28 }
29 # endif
30 
31 #endif
#define SECP256K1_WARN_UNUSED_RESULT
Definition: secp256k1.h:142
static secp256k1_context * ctx
Definition: tests.c:42
#define SECP256K1_ARG_NONNULL(_x)
Definition: secp256k1.h:147
#define SECP256K1_API
Definition: secp256k1.h:132
SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ecdh(const secp256k1_context *ctx, unsigned char *result, const secp256k1_pubkey *pubkey, const unsigned char *privkey) SECP256K1_ARG_NONNULL(1) SECP256K1_ARG_NONNULL(2) SECP256K1_ARG_NONNULL(3) SECP256K1_ARG_NONNULL(4)
Definition: main_impl.h:13
result
Definition: rpcuser.py:37