Macros |
|
| #define | NRF_CRYPTO_ECDH_SECP192K1_SHARED_SECRET_SIZE (192 / 8) |
|
Number of bytes in a shared secret using secp192k1 (Koblitz 192-bit).
|
|
Typedefs |
|
|
typedef
nrf_crypto_backend_secp192k1_ecdh_context_t |
nrf_crypto_ecdh_secp192k1_context_t |
|
Context used to store temporary data during computing ECDH for curve secp192k1 (Koblitz 192-bit).
|
|
| typedef uint8_t | nrf_crypto_ecdh_secp192k1_shared_secret_t [(192/8)] |
|
Array type of a shared secret for curve secp192k1 (Koblitz 192-bit).
|
|