YAZ  5.34.0
Data Fields
SHA1_CTX Struct Reference

Data Fields

uint32_t state [5]
 
uint32_t count [2]
 
unsigned char buffer [64]
 

Detailed Description

Definition at line 38 of file wrbuf_sha1.c.

Field Documentation

◆ buffer

unsigned char SHA1_CTX::buffer[64]

Definition at line 41 of file wrbuf_sha1.c.

Referenced by SHA1Update().

◆ count

uint32_t SHA1_CTX::count[2]

Definition at line 40 of file wrbuf_sha1.c.

Referenced by SHA1Final(), SHA1Init(), and SHA1Update().

◆ state

uint32_t SHA1_CTX::state[5]

Definition at line 39 of file wrbuf_sha1.c.

Referenced by SHA1Final(), SHA1Init(), and SHA1Update().


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