ESP-IDF
ot::Crypto::Sha256::Hash
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Related
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
ot::Crypto::Sha256::Hash class
Represents a SHA-256 hash.
Syntax
Show:
Summary
Declaration
from
sha256.hpp:72
class
Hash
:
public
otCryptoSha256Hash
,
public
Clearable
<
Hash
>
,
public
Equatable
<
Hash
>
{
public
:
static
const
uint8_t
kSize
=
OT_CRYPTO_SHA256_HASH_SIZE
;
const
uint8_t
*
GetBytes
(
void
)
const
{
return
m8
;
}
}
;
Fields
Field
ot::Crypto::Sha256::Hash::kSize
Methods
GetBytes() const
Returns a pointer to a byte array containing the hash value.
Related Functions
Found 5 other functions taking a
Hash
argument:
Function
Description
ot::Crypto::Sha256::Finish()
Finalizes the hash computation.
ot::Crypto::HmacSha256::Finish()
Finalizes the hash computation.
ot::Crypto::Ecdsa::P256::KeyPair::Sign() const
Calculates the ECDSA signature for a hashed message using the private key from `KeyPair`. Uses the deterministic digital signature generation procedure from RFC 6979.
ot::Crypto::Ecdsa::P256::PublicKey::Verify() const
Uses the `PublicKey` to verify the ECDSA signature of a hashed message.
ot::BorderRouter::RoutingManager::TxRaInfo::CalculateHash()
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