nrfxlib API 2.7.99
Loading...
Searching...
No Matches

Type declarations and APIs for low-level elliptic curve point operations to do Elliptic Curve Diffie-Hellman based on the NIST secp224r1 curve. More...

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])
 

Detailed Description

Type declarations and APIs for low-level elliptic curve point operations to do Elliptic Curve Diffie-Hellman based on the NIST secp224r1 curve.