Definitions specific to bp512r1 (Brainpool 512-bit)

nRF5 SDK v15.0.0

Macros

#define NRF_CRYPTO_ECDSA_BP512R1_SIGNATURE_SIZE (2 * 512 / 8)
Size of a signature for bp512r1 (Brainpool 512-bit) curve.

Typedefs

typedef uint8_t nrf_crypto_ecdsa_bp512r1_signature_t [(2 *512/8)]
Type to hold signature output for bp512r1 (Brainpool 512-bit) curve.
typedef
nrf_crypto_backend_bp512r1_sign_context_t
nrf_crypto_ecdsa_bp512r1_sign_context_t
Context used to store temporary data during signing with curve bp512r1 (Brainpool 512-bit).
typedef
nrf_crypto_backend_bp512r1_verify_context_t
nrf_crypto_ecdsa_bp512r1_verify_context_t
Context used to store temporary data during verifying with curve bp512r1 (Brainpool 512-bit).

Detailed Description