UFO: Alien Invasion
|
#include <sha2.h>
Data Fields | |
uint64_t | total [2] |
uint64_t | state [8] |
byte | buffer [64] |
byte sha2_context::buffer[64] |
Definition at line 8 of file sha2.h.
Referenced by Com_SHA2Update().
uint64_t sha2_context::state[8] |
Definition at line 7 of file sha2.h.
Referenced by Com_SHA2Finish(), Com_SHA2Process(), and Com_SHA2Starts().
uint64_t sha2_context::total[2] |
Definition at line 6 of file sha2.h.
Referenced by Com_SHA2Finish(), Com_SHA2Starts(), and Com_SHA2Update().