All Classes |Grouped Classes |Index

Class CL_SHA512_256

SHA-512_256 hash function class. More...

Derived from:

None

Derived by:

None

Group:

Crypto (Core)

#include <ClanLib/core.h>

Class Members:

Construction:

CL_SHA512_256

Constructs a SHA-512_256 hash generator.


Attributes:

hash_size

get_hash

Returns the calculated hash.


Operations:

reset

Resets the hash generator.

set_hmac

Enable a HMAC based calculation.

add

Adds data to be hashed.

calculate

Finalize hash calculation.