Macros |
|
| #define | NRF_CRYPTO_ECDSA_ED25519_SIGNATURE_SIZE (2 * 256 / 8) |
|
Size of a signature for Ed25519 curve.
|
|
Typedefs |
|
| typedef uint8_t | nrf_crypto_ecdsa_ed25519_signature_t [(2 *256/8)] |
|
Type to hold signature output for Ed25519 curve.
|
|
|
typedef
nrf_crypto_backend_ed25519_sign_context_t |
nrf_crypto_ecdsa_ed25519_sign_context_t |
|
Context used to store temporary data during signing with curve Ed25519.
|
|
|
typedef
nrf_crypto_backend_ed25519_verify_context_t |
nrf_crypto_ecdsa_ed25519_verify_context_t |
|
Context used to store temporary data during verifying with curve Ed25519.
|
|