Incremental SHA‐256 message‐digest computation.
Synopsis
Declared in <llvm/Support/SHA256.h>
class SHA256;
Member Functions
Name |
Description |
|
Construct a SHA256 hasher with initial state. |
Return the raw 256‐bit SHA256 digest and finalize the state. |
|
Reinitialize the internal state |
|
Return the current raw 256‐bit SHA256 digest without finalizing state. |
|
Digest more data. |