Definitions specific to Curve25519

nRF5 SDK v15.0.0

Macros

#define NRF_CRYPTO_ECDSA_CURVE25519_SIGNATURE_SIZE (2 * 256 / 8)
Size of a signature for Curve25519 curve.

Typedefs

typedef uint8_t nrf_crypto_ecdsa_curve25519_signature_t [(2 *256/8)]
Type to hold signature output for Curve25519 curve.
typedef
nrf_crypto_backend_curve25519_sign_context_t
nrf_crypto_ecdsa_curve25519_sign_context_t
Context used to store temporary data during signing with curve Curve25519.
typedef
nrf_crypto_backend_curve25519_verify_context_t
nrf_crypto_ecdsa_curve25519_verify_context_t
Context used to store temporary data during verifying with curve Curve25519.

Detailed Description