WHIRLPOOL_CTX

Incremental WHIRLPOOL digest state (deprecated; prefer EVP_MD APIs).

Synopsis

Declared in <openssl/whrlpool.h>

struct WHIRLPOOL_CTX;

Types

NameDescription
Unnamed union Hash state H stored as bytes or doubles for alignment.

Data Members

NameDescription
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).