![]() |
nrfxlib API 3.3.99
|
Elliptic curve Diffie-Hellman algorithm based on the NIST secp256k1 curve. More...
#include "ocrypto_types_p256.h"Go to the source code of this file.
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]) |
Elliptic curve Diffie-Hellman algorithm based on the NIST secp256k1 curve.