nRF5 SDK  v15.2.0
Choose documentation:
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Definitions specific to secp384r1 (NIST 384-bit)

Macros

#define NRF_CRYPTO_ECDSA_SECP384R1_SIGNATURE_SIZE   (2 * 384 / 8)
 Size of a signature for secp384r1 (NIST 384-bit) curve.
 

Typedefs

typedef uint8_t nrf_crypto_ecdsa_secp384r1_signature_t [(2 *384/8)]
 Type to hold signature output for secp384r1 (NIST 384-bit) curve.
 
typedef
nrf_crypto_backend_secp384r1_sign_context_t 
nrf_crypto_ecdsa_secp384r1_sign_context_t
 Context used to store temporary data during signing with curve secp384r1 (NIST 384-bit).
 
typedef
nrf_crypto_backend_secp384r1_verify_context_t 
nrf_crypto_ecdsa_secp384r1_verify_context_t
 Context used to store temporary data during verifying with curve secp384r1 (NIST 384-bit).
 

Detailed Description