A hasher class for SHA‐256.

Synopsis

Declared in <crypto/sha256.h>

class CSHA256;

Member Functions

Name

Description

CSHA256 [constructor]

Construct a hasher in its initial state.

Finalize

Produce the digest of all data written so far.

Reset

Reset the hasher back to its initial state.

Write

Absorb more data into the hash state.

Static Data Members

Name

Description

OUTPUT_SIZE

Size of the SHA‐256 digest in bytes.

Created with MrDocs