nrfxlib API 3.3.99
Loading...
Searching...
No Matches

Elliptic curve Diffie-Hellman algorithm based on the NIST secp256k1 curve. More...

Files

file  ocrypto_ecdh_p256k1.h
 Elliptic curve Diffie-Hellman algorithm based on the NIST secp256k1 curve.
 

Functions

int ocrypto_ecdh_p256k1_secret_key_check (const uint8_t sk[32])
 
int ocrypto_ecdh_p256k1_public_key_check (const uint8_t pk[64])
 
int ocrypto_ecdh_p256k1_public_key (uint8_t r[64], const uint8_t sk[32])
 
int ocrypto_ecdh_p256k1_common_secret (uint8_t r[32], const uint8_t sk[32], const uint8_t pk[64])
 

Detailed Description

Elliptic curve Diffie-Hellman algorithm based on the NIST secp256k1 curve.

ECDH secp256k1 is a specific implementation of a key agreement protocol.

See also
NIST - SP 800-56A Rev. 3