![]() |
nrfxlib API 3.3.99
|
Elliptic curve Diffie-Hellman algorithm based on the NIST P-224 curve (aka secp224r1). More...
Files | |
| file | ocrypto_ecdh_p224.h |
| Elliptic curve Diffie-Hellman algorithm based on the NIST P-224 curve (aka secp224r1). | |
Functions | |
| int | ocrypto_ecdh_p224_secret_key_check (const uint8_t sk[28]) |
| int | ocrypto_ecdh_p224_public_key_check (const uint8_t pk[56]) |
| int | ocrypto_ecdh_p224_public_key (uint8_t pk[56], const uint8_t sk[28]) |
| int | ocrypto_ecdh_p224_common_secret (uint8_t r[28], const uint8_t sk[28], const uint8_t pk[56]) |
Elliptic curve Diffie-Hellman algorithm based on the NIST P-224 curve (aka secp224r1).
ECDH P-224 is a specific implementation of a key agreement protocol.