25#ifndef OCRYPTO_ECDH_P256K1_H
26#define OCRYPTO_ECDH_P256K1_H
int ocrypto_ecdh_p256k1_common_secret(uint8_t r[32], const uint8_t sk[32], const uint8_t pk[64])
int ocrypto_ecdh_p256k1_public_key_check(const uint8_t pk[64])
int ocrypto_ecdh_p256k1_secret_key_check(const uint8_t sk[32])
int ocrypto_ecdh_p256k1_public_key(uint8_t r[64], const uint8_t sk[32])
Declaration of internal types used in public interfaces.