28#ifndef SECP256K1_CONTRIB_BER_PRIVATEKEY_H
29#define SECP256K1_CONTRIB_BER_PRIVATEKEY_H
64 unsigned char *privkey,
66 const unsigned char *seckey,
86 unsigned char *seckey,
87 const
unsigned char *privkey,
int ec_privkey_import_der(const secp256k1_context *ctx, unsigned char *out32, const unsigned char *privkey, size_t privkeylen)
Import a private key in DER format.
SECP256K1_WARN_UNUSED_RESULT int ec_privkey_export_der(const secp256k1_context *ctx, unsigned char *privkey, size_t *privkeylen, const unsigned char *seckey, int compressed) SECP256K1_ARG_NONNULL(1) SECP256K1_ARG_NONNULL(2) SECP256K1_ARG_NONNULL(3) SECP256K1_ARG_NONNULL(4)
Export a private key in DER format.
#define SECP256K1_ARG_NONNULL(_x)
struct secp256k1_context_struct secp256k1_context
Unless explicitly stated all pointer arguments must not be NULL.
#define SECP256K1_WARN_UNUSED_RESULT