![]() |
nrfxlib API 3.3.99
|
Elliptic curve Diffie-Hellman algorithm based on the NIST P-384 curve (aka secp384r1). More...
Files | |
| file | ocrypto_ecdh_p384.h |
| Elliptic curve Diffie-Hellman algorithm based on the NIST P-384 curve (aka secp384r1). | |
Functions | |
| int | ocrypto_ecdh_p384_secret_key_check (const uint8_t sk[48]) |
| int | ocrypto_ecdh_p384_public_key_check (const uint8_t pk[96]) |
| int | ocrypto_ecdh_p384_public_key (uint8_t pk[96], const uint8_t sk[48]) |
| int | ocrypto_ecdh_p384_common_secret (uint8_t r[48], const uint8_t sk[48], const uint8_t pk[96]) |
Elliptic curve Diffie-Hellman algorithm based on the NIST P-384 curve (aka secp384r1).
ECDH P-384 is a specific implementation of a key agreement protocol.