Definitions specific to bp384r1 (Brainpool 384-bit)

nRF5 SDK v15.0.0

Macros

#define NRF_CRYPTO_ECDH_BP384R1_SHARED_SECRET_SIZE (384 / 8)
Number of bytes in a shared secret using bp384r1 (Brainpool 384-bit).

Typedefs

typedef
nrf_crypto_backend_bp384r1_ecdh_context_t
nrf_crypto_ecdh_bp384r1_context_t
Context used to store temporary data during computing ECDH for curve bp384r1 (Brainpool 384-bit).
typedef uint8_t nrf_crypto_ecdh_bp384r1_shared_secret_t [(384/8)]
Array type of a shared secret for curve bp384r1 (Brainpool 384-bit).

Detailed Description