ESP-IDF
OT_CRYPTO_ECDSA_SIGNATURE_SIZE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
OT_CRYPTO_ECDSA_SIGNATURE_SIZE
OT_CRYPTO_ECDSA_SIGNATURE_SIZE macro
Buffer size (in bytes) for representing the EDCSA signature.
Syntax
Show:
Summary
Declaration
from
crypto.h:190
#define
OT_CRYPTO_ECDSA_SIGNATURE_SIZE
64
Examples
References
from
examples
Code
Location
#define
OT_CRYPTO_ECDSA_SIGNATURE_SIZE
64
crypto.h:190
uint8_t
m8
[
OT_CRYPTO_ECDSA_SIGNATURE_SIZE
]
;
crypto.h:203
static
constexpr
uint8_t
kSize
=
OT_CRYPTO_ECDSA_SIGNATURE_SIZE
;
///< Signature size in bytes.
ecdsa.hpp:98
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out