C/C++ API Reference
Loading...
Searching...
No Matches
pw::crypto::sha256::Sha256 Class Reference

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.
}
Definition: sha256.h:68
Status Final(ByteSpan out_digest)
Definition: sha256.h:105
Sha256 & Update(ConstByteSpan data)
Definition: sha256.h:82

Public Member Functions

Sha256Update (ConstByteSpan data)
 
Status Final (ByteSpan out_digest)
 

The documentation for this class was generated from the following file: