Mana
Loading...
Searching...
No Matches
Public Attributes | List of all members
SHA256Context Class Reference

An sha 256 context, used by original m_opersha256. More...

Public Attributes

unsigned int tot_len
 
unsigned int len
 
unsigned char block [2 *SHA256_BLOCK_SIZE]
 
uint32_t h [8]
 

Detailed Description

An sha 256 context, used by original m_opersha256.

Definition at line 88 of file sha256.cpp.

Member Data Documentation

◆ block

unsigned char SHA256Context::block[2 *SHA256_BLOCK_SIZE]

Definition at line 93 of file sha256.cpp.

◆ h

uint32_t SHA256Context::h[8]

Definition at line 94 of file sha256.cpp.

◆ len

unsigned int SHA256Context::len

Definition at line 92 of file sha256.cpp.

◆ tot_len

unsigned int SHA256Context::tot_len

Definition at line 91 of file sha256.cpp.


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