Definitions specific to secp160r2 (NIST 160-bit)

nRF5 SDK v15.0.0

Macros

#define NRF_CRYPTO_ECDH_SECP160R2_SHARED_SECRET_SIZE (160 / 8)
Number of bytes in a shared secret using secp160r2 (NIST 160-bit).

Typedefs

typedef
nrf_crypto_backend_secp160r2_ecdh_context_t
nrf_crypto_ecdh_secp160r2_context_t
Context used to store temporary data during computing ECDH for curve secp160r2 (NIST 160-bit).
typedef uint8_t nrf_crypto_ecdh_secp160r2_shared_secret_t [(160/8)]
Array type of a shared secret for curve secp160r2 (NIST 160-bit).

Detailed Description