Incremental WHIRLPOOL digest state (deprecated; prefer EVP_MD APIs).
Declared in <openssl/whrlpool.h>
struct WHIRLPOOL_CTX;
| Name | Description |
|---|---|
Unnamed union | Hash state H stored as bytes or doubles for alignment. |
| Name | Description |
|---|---|
H | Hash state H stored as bytes or doubles for alignment. |
bitlen | Bit-length counter of absorbed message bits (WHIRLPOOL_COUNTER octets). |
bitoff | Bit offset within the current incomplete byte of data (0..7). |
data | Partial message block buffer (WHIRLPOOL_BBLOCK/8 bytes). |