nrfxlib API 2.8.99
|
Type declarations and APIs for low-level elliptic curve point operations to do Elliptic Curve Diffie-Hellman based on the NIST secp384r1 curve. More...
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]) |
Type declarations and APIs for low-level elliptic curve point operations to do Elliptic Curve Diffie-Hellman based on the NIST secp384r1 curve.