#include <whrlpool.h>
Public Attributes | |
| union { | |
| unsigned char c [WHIRLPOOL_DIGEST_LENGTH] | |
| double q [WHIRLPOOL_DIGEST_LENGTH/sizeof(double)] | |
| } | H |
| unsigned char | data [WHIRLPOOL_BBLOCK/8] |
| unsigned int | bitoff |
| size_t | bitlen [WHIRLPOOL_COUNTER/sizeof(size_t)] |
| union { | |
| unsigned char c [WHIRLPOOL_DIGEST_LENGTH] | |
| double q [WHIRLPOOL_DIGEST_LENGTH/sizeof(double)] | |
| } | H |
Definition at line 15 of file whrlpool.h.
| size_t WHIRLPOOL_CTX::bitlen |
Definition at line 23 of file whrlpool.h.
| unsigned int WHIRLPOOL_CTX::bitoff |
Definition at line 22 of file whrlpool.h.
| unsigned char WHIRLPOOL_CTX::c[WHIRLPOOL_DIGEST_LENGTH] |
Definition at line 17 of file whrlpool.h.
| unsigned char WHIRLPOOL_CTX::data |
Definition at line 21 of file whrlpool.h.
| union { ... } WHIRLPOOL_CTX::H |
| union { ... } WHIRLPOOL_CTX::H |
| double WHIRLPOOL_CTX::q[WHIRLPOOL_DIGEST_LENGTH/sizeof(double)] |
Definition at line 19 of file whrlpool.h.
1.8.2