Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
SHA512state_st Struct Reference

#include <sha.h>

Public Attributes

SHA_LONG64 h [8]
 
SHA_LONG64 Nl
 
SHA_LONG64 Nh
 
union { 
 
   SHA_LONG64   d [SHA_LBLOCK
 
   unsigned char   p [SHA512_CBLOCK
 
u 
 
unsigned int num
 
unsigned int md_len
 

Detailed Description

Definition at line 91 of file sha.h.

Member Data Documentation

◆ d

SHA_LONG64 SHA512state_st::d[SHA_LBLOCK]

Definition at line 95 of file sha.h.

◆ h

SHA_LONG64 SHA512state_st::h[8]

Definition at line 92 of file sha.h.

◆ md_len

unsigned int SHA512state_st::md_len

Definition at line 98 of file sha.h.

◆ Nh

SHA_LONG64 SHA512state_st::Nh

Definition at line 93 of file sha.h.

◆ Nl

SHA_LONG64 SHA512state_st::Nl

Definition at line 93 of file sha.h.

◆ num

unsigned int SHA512state_st::num

Definition at line 98 of file sha.h.

◆ p

unsigned char SHA512state_st::p[SHA512_CBLOCK]

Definition at line 96 of file sha.h.

◆ [union]

union { ... } SHA512state_st::u

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