UFO: Alien Invasion
Loading...
Searching...
No Matches
sha2_context Struct Reference

#include <sha2.h>

Collaboration diagram for sha2_context:
Collaboration graph

Data Fields

uint64_t total [2]
uint64_t state [8]
byte buffer [64]

Detailed Description

Definition at line 5 of file sha2.h.

Field Documentation

◆ buffer

byte sha2_context::buffer[64]

Definition at line 8 of file sha2.h.

Referenced by Com_SHA2Update().

◆ state

uint64_t sha2_context::state[8]

Definition at line 7 of file sha2.h.

Referenced by Com_SHA2Finish(), Com_SHA2Process(), and Com_SHA2Starts().

◆ total

uint64_t sha2_context::total[2]

Definition at line 6 of file sha2.h.

Referenced by Com_SHA2Finish(), Com_SHA2Starts(), and Com_SHA2Update().


The documentation for this struct was generated from the following file: