EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ShaModule::SHAobject Struct Reference

#include "ShaModule.h"

Public Attributes

SHA_INT32 digest [5]
 
SHA_INT32 count_lo
 
SHA_INT32 count_hi
 
SHA_BYTE data [SHA_BLOCKSIZE]
 
int Endianness
 
int local
 

Detailed Description

Definition at line 70 of file ShaModule.h.

Member Data Documentation

SHA_INT32 ShaModule::SHAobject::count_hi
SHA_INT32 ShaModule::SHAobject::count_lo
SHA_BYTE ShaModule::SHAobject::data[SHA_BLOCKSIZE]
SHA_INT32 ShaModule::SHAobject::digest[5]
int ShaModule::SHAobject::Endianness

Definition at line 74 of file ShaModule.h.

Referenced by ShaModule::sha_init(), ShaModule::sha_transform(), and ShaModule::SHAcopy().

int ShaModule::SHAobject::local

Definition at line 75 of file ShaModule.h.

Referenced by ShaModule::sha_init(), ShaModule::sha_update(), and ShaModule::SHAcopy().


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