php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_hash_tiger.h>
Data Fields | |
uint64_t | state [3] |
uint64_t | passed |
unsigned char | buffer [64] |
uint32_t | length |
unsigned int | passes:1 |
Definition at line 21 of file php_hash_tiger.h.
unsigned char PHP_TIGER_CTX::buffer[64] |
Definition at line 24 of file php_hash_tiger.h.
uint32_t PHP_TIGER_CTX::length |
Definition at line 25 of file php_hash_tiger.h.
uint64_t PHP_TIGER_CTX::passed |
Definition at line 23 of file php_hash_tiger.h.
unsigned int PHP_TIGER_CTX::passes |
Definition at line 26 of file php_hash_tiger.h.
uint64_t PHP_TIGER_CTX::state[3] |
Definition at line 22 of file php_hash_tiger.h.