#include <sha1.h>
Definition at line 12 of file sha1.h.
Public Attributes | |
uint32 | total [2] |
uint32 | state [5] |
uint8 | buffer [64] |
uint32 sha1_context::total[2] |
Definition at line 14 of file sha1.h.
Referenced by sha1_finish(), sha1_starts(), and sha1_update().
uint32 sha1_context::state[5] |
Definition at line 15 of file sha1.h.
Referenced by sha1_finish(), sha1_process(), and sha1_starts().
uint8 sha1_context::buffer[64] |