Macros |
|
| #define | NRF_CRYPTO_ECDSA_SECP521R1_SIGNATURE_SIZE (2 * 528 / 8) |
|
Size of a signature for secp521r1 (NIST 521-bit) curve.
|
|
Typedefs |
|
| typedef uint8_t | nrf_crypto_ecdsa_secp521r1_signature_t [(2 *528/8)] |
|
Type to hold signature output for secp521r1 (NIST 521-bit) curve.
|
|
|
typedef
nrf_crypto_backend_secp521r1_sign_context_t |
nrf_crypto_ecdsa_secp521r1_sign_context_t |
|
Context used to store temporary data during signing with curve secp521r1 (NIST 521-bit).
|
|
|
typedef
nrf_crypto_backend_secp521r1_verify_context_t |
nrf_crypto_ecdsa_secp521r1_verify_context_t |
|
Context used to store temporary data during verifying with curve secp521r1 (NIST 521-bit).
|
|