Pigweed
C/C++ API Reference
Home
Modules
Loading...
Searching...
No Matches
Public Member Functions
|
List of all members
pw::crypto::sha256::Sha256 Class Reference
pw_crypto
Overview
Computes the SHA256 digest of potentially long, non-contiguous input messages.
Usage:
if
(!
Sha256
().
Update
(message).
Update
(more_message).
Final
(out_digest).ok()) {
// Error handling.
}
pw::crypto::sha256::Sha256
Definition:
sha256.h:68
pw::crypto::sha256::Sha256::Final
Status Final(ByteSpan out_digest)
Definition:
sha256.h:105
pw::crypto::sha256::Sha256::Update
Sha256 & Update(ConstByteSpan data)
Definition:
sha256.h:82
Public Member Functions
Sha256
&
Update
(
ConstByteSpan
data)
Status
Final
(
ByteSpan
out_digest)
The documentation for this class was generated from the following file:
pw_crypto/public/pw_crypto/
sha256.h
pw
crypto
sha256
Sha256
Generated by
1.9.6