Macros |
|
| #define | NRF_CRYPTO_ECDH_ED25519_SHARED_SECRET_SIZE (256 / 8) |
|
Number of bytes in a shared secret using Ed25519.
|
|
Typedefs |
|
|
typedef
nrf_crypto_backend_ed25519_ecdh_context_t |
nrf_crypto_ecdh_ed25519_context_t |
|
Context used to store temporary data during computing ECDH for curve Ed25519.
|
|
| typedef uint8_t | nrf_crypto_ecdh_ed25519_shared_secret_t [(256/8)] |
|
Array type of a shared secret for curve Ed25519.
|
|