void _Hash_Finalize(Hash_Context *context, Hash_Control *hash)
Finalizes the hash value computation and produces the hash value.
Definition: hash.c:58
This type represents the context to compute a hash value.
Definition: hash.h:95
Hash_Control * hash
This member references a hash value if needed.
Definition: hash.h:104
SHA256_CTX Context
This member contains the hash algorithm context.
Definition: hash.h:99
size_t index
This member contains an index into the hash value bytes if needed.
Definition: hash.h:109