nRF5 SDK v17.1.0
Macros | Typedefs
Definitions specific to secp160r1 (NIST 160-bit)

Macros

#define NRF_CRYPTO_ECDSA_SECP160R1_SIGNATURE_SIZE   (2 * 160 / 8)
 Size of a signature for secp160r1 (NIST 160-bit) curve.
 

Typedefs

typedef uint8_t nrf_crypto_ecdsa_secp160r1_signature_t [(2 *160/8)]
 Type to hold signature output for secp160r1 (NIST 160-bit) curve.
 
typedef
nrf_crypto_backend_secp160r1_sign_context_t 
nrf_crypto_ecdsa_secp160r1_sign_context_t
 Context used to store temporary data during signing with curve secp160r1 (NIST 160-bit).
 
typedef
nrf_crypto_backend_secp160r1_verify_context_t 
nrf_crypto_ecdsa_secp160r1_verify_context_t
 Context used to store temporary data during verifying with curve secp160r1 (NIST 160-bit).
 

Detailed Description


Documentation feedback | Developer Zone | Subscribe | Updated