Definitions specific to secp224k1 (Koblitz 224-bit)

nRF5 SDK v15.0.0

Macros

#define NRF_CRYPTO_ECDSA_SECP224K1_SIGNATURE_SIZE (2 * 224 / 8)
Size of a signature for secp224k1 (Koblitz 224-bit) curve.

Typedefs

typedef uint8_t nrf_crypto_ecdsa_secp224k1_signature_t [(2 *224/8)]
Type to hold signature output for secp224k1 (Koblitz 224-bit) curve.
typedef
nrf_crypto_backend_secp224k1_sign_context_t
nrf_crypto_ecdsa_secp224k1_sign_context_t
Context used to store temporary data during signing with curve secp224k1 (Koblitz 224-bit).
typedef
nrf_crypto_backend_secp224k1_verify_context_t
nrf_crypto_ecdsa_secp224k1_verify_context_t
Context used to store temporary data during verifying with curve secp224k1 (Koblitz 224-bit).

Detailed Description