ESP-IDF
OT_CRYPTO_SHA256_HASH_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_SHA256_HASH_SIZE
OT_CRYPTO_SHA256_HASH_SIZE macro
Length of SHA256 hash (in bytes).
Syntax
Show:
Summary
Declaration
from
crypto.h:131
#define
OT_CRYPTO_SHA256_HASH_SIZE
32
Examples
References
from
examples
Code
Location
#define
OT_CRYPTO_SHA256_HASH_SIZE
32
crypto.h:131
uint8_t
m8
[
OT_CRYPTO_SHA256_HASH_SIZE
]
;
///< Hash bytes.
crypto.h:141
static
const
uint8_t
kSize
=
OT_CRYPTO_SHA256_HASH_SIZE
;
///< SHA-256 hash size (bytes)
sha256.hpp:75
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