php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
PHP_SHA512_CTX Struct Reference

#include <php_hash_sha.h>

Data Fields

uint64_t state [8]
 
uint64_t count [2]
 
unsigned char buffer [128]
 

Detailed Description

Definition at line 86 of file php_hash_sha.h.

Field Documentation

◆ buffer

unsigned char PHP_SHA512_CTX::buffer[128]

Definition at line 89 of file php_hash_sha.h.

◆ count

uint64_t PHP_SHA512_CTX::count[2]

Definition at line 88 of file php_hash_sha.h.

◆ state

uint64_t PHP_SHA512_CTX::state[8]

Definition at line 87 of file php_hash_sha.h.


The documentation for this struct was generated from the following file: