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

Data Fields

uint64_t H [8]
 
uint64_t total [2]
 
uint64_t buflen
 
char buffer [256]
 

Detailed Description

Definition at line 45 of file crypt_sha512.c.

Field Documentation

◆ buffer

char sha512_ctx::buffer[256]

Definition at line 51 of file crypt_sha512.c.

◆ buflen

uint64_t sha512_ctx::buflen

Definition at line 50 of file crypt_sha512.c.

◆ H

uint64_t sha512_ctx::H[8]

Definition at line 47 of file crypt_sha512.c.

◆ total

uint64_t sha512_ctx::total[2]

Definition at line 49 of file crypt_sha512.c.


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