Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
SHAEngine Class Reference

#include <sha.h>

Public Member Functions

 SHAEngine (void)
 
void Init (void)
 
int Result (void *result) const
 
void Hash (void const *data, long length)
 

Static Public Member Functions

static int Digest_Size (void)
 

Detailed Description

Definition at line 59 of file sha.h.

Constructor & Destructor Documentation

◆ SHAEngine()

SHAEngine::SHAEngine ( void )
inline

Definition at line 62 of file sha.h.

Member Function Documentation

◆ Digest_Size()

static int SHAEngine::Digest_Size ( void )
inlinestatic

Definition at line 79 of file sha.h.

◆ Hash()

void SHAEngine::Hash ( void const * data,
long length )

Definition at line 124 of file sha.cpp.

◆ Init()

void SHAEngine::Init ( void )
inline

Definition at line 70 of file sha.h.

◆ Result()

int SHAEngine::Result ( void * result) const

Definition at line 179 of file sha.cpp.


The documentation for this class was generated from the following files: