|
Monero
|
#include <groestl.h>

Public Member Functions | |
| DATA_ALIGN16 (uint64 x[8][2]) | |
| DATA_ALIGN16 (unsigned char buffer[64]) | |
Public Attributes | |
| uint32_t | chaining [SIZE512/sizeof(uint32_t)] |
| uint32_t | block_counter1 |
| uint32_t | block_counter2 |
| BitSequence | buffer [SIZE512] |
| int | buf_ptr |
| int | bits_in_last_byte |
| int | hashbitlen |
| unsigned long long | databitlen |
| unsigned long long | datasize_in_buffer |
| uint_t | statebits |
| union { | |
| Skein_Ctxt_Hdr_t h | |
| Skein_256_Ctxt_t ctx_256 | |
| Skein_512_Ctxt_t ctx_512 | |
| Skein1024_Ctxt_t ctx1024 | |
| } | u |
| hashState::DATA_ALIGN16 | ( | uint64 | x[8][2] | ) |
| hashState::DATA_ALIGN16 | ( | unsigned char | buffer[64] | ) |
| int hashState::bits_in_last_byte |
| uint32_t hashState::block_counter1 |
| uint32_t hashState::block_counter2 |
| int hashState::buf_ptr |
| BitSequence hashState::buffer[SIZE512] |
| Skein1024_Ctxt_t hashState::ctx1024 |
| Skein_256_Ctxt_t hashState::ctx_256 |
| Skein_512_Ctxt_t hashState::ctx_512 |
| unsigned long long hashState::databitlen |
| unsigned long long hashState::datasize_in_buffer |
| Skein_Ctxt_Hdr_t hashState::h |
| int hashState::hashbitlen |
| uint_t hashState::statebits |
| union { ... } hashState::u |