Macros |
|
| #define | NRF_CRYPTO_ECDSA_SECP256K1_SIGNATURE_SIZE (2 * 256 / 8) |
|
Size of a signature for secp256k1 (Koblitz 256-bit) curve.
|
|
Typedefs |
|
| typedef uint8_t | nrf_crypto_ecdsa_secp256k1_signature_t [(2 *256/8)] |
|
Type to hold signature output for secp256k1 (Koblitz 256-bit) curve.
|
|
|
typedef
nrf_crypto_backend_secp256k1_sign_context_t |
nrf_crypto_ecdsa_secp256k1_sign_context_t |
|
Context used to store temporary data during signing with curve secp256k1 (Koblitz 256-bit).
|
|
|
typedef
nrf_crypto_backend_secp256k1_verify_context_t |
nrf_crypto_ecdsa_secp256k1_verify_context_t |
|
Context used to store temporary data during verifying with curve secp256k1 (Koblitz 256-bit).
|
|