![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
Macros | |
#define | NRF_CRYPTO_ECDSA_SECP192K1_SIGNATURE_SIZE (2 * 192 / 8) |
Size of a signature for secp192k1 (Koblitz 192-bit) curve. | |
Typedefs | |
typedef uint8_t | nrf_crypto_ecdsa_secp192k1_signature_t [(2 *192/8)] |
Type to hold signature output for secp192k1 (Koblitz 192-bit) curve. | |
typedef nrf_crypto_backend_secp192k1_sign_context_t | nrf_crypto_ecdsa_secp192k1_sign_context_t |
Context used to store temporary data during signing with curve secp192k1 (Koblitz 192-bit). | |
typedef nrf_crypto_backend_secp192k1_verify_context_t | nrf_crypto_ecdsa_secp192k1_verify_context_t |
Context used to store temporary data during verifying with curve secp192k1 (Koblitz 192-bit). | |