sha2_context Struct Reference
#include <sha2.h>
Detailed Description
SHA-256 context structure.
Definition at line 29 of file sha2.h.
Field Documentation
data block being processed
Definition at line 33 of file sha2.h.
HMAC: inner padding
Definition at line 35 of file sha2.h.
0 => SHA-256, else SHA-224
Definition at line 37 of file sha2.h.
HMAC: outer padding
Definition at line 36 of file sha2.h.
intermediate digest state
Definition at line 32 of file sha2.h.
number of bytes processed
Definition at line 31 of file sha2.h.