ESP-IDF
ot::Crypto::Sha256
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Crypto::Sha256
ot::Crypto::Sha256 class
Implements SHA-256 computation.
Syntax
Show:
Summary
Declaration
Definition
from
message.hpp:75
class
Sha256
;
Implemented in
sha256.hpp:66
Fields
Field
Declared as
ot::Crypto::Sha256::mContext
otCryptoContext
ot::Crypto::Sha256::mContextStorage
OT_DEFINE_ALIGNED_VAR
(
,
kSha256ContextSize
,
uint64_t
Methods
Start()
Starts the SHA-256 computation.
Update()
Inputs bytes into the SHA-256 computation.
Update()
Inputs bytes into the SHA-256 computation.
Update()
Inputs bytes into the SHA-256 computation.
Finish()
Finalizes the hash computation.
Update
Examples
References
from
examples
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