|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_hash_whirlpool.h>
Data Fields | ||
| uint64_t | state [8] | |
| unsigned char | bitlength [32] | |
| struct { | ||
| int pos | ||
| int bits | ||
| unsigned char data [64] | ||
| } | buffer | |
Definition at line 21 of file php_hash_whirlpool.h.
| unsigned char PHP_WHIRLPOOL_CTX::bitlength[32] |
Definition at line 23 of file php_hash_whirlpool.h.
| int PHP_WHIRLPOOL_CTX::bits |
Definition at line 26 of file php_hash_whirlpool.h.
| struct { ... } PHP_WHIRLPOOL_CTX::buffer |
| unsigned char PHP_WHIRLPOOL_CTX::data[64] |
Definition at line 27 of file php_hash_whirlpool.h.
| int PHP_WHIRLPOOL_CTX::pos |
Definition at line 25 of file php_hash_whirlpool.h.
| uint64_t PHP_WHIRLPOOL_CTX::state[8] |
Definition at line 22 of file php_hash_whirlpool.h.