PolarSSL
Public Attributes
sha4_context Struct Reference

SHA-512 context structure. More...

#include <sha4.h>

List of all members.

Public Attributes

unsigned int64 total [2]
unsigned int64 state [8]
unsigned char buffer [128]
unsigned char ipad [128]
unsigned char opad [128]
int is384

Detailed Description

SHA-512 context structure.


Member Data Documentation

unsigned char sha4_context::buffer[128]

data block being processed

unsigned char sha4_context::ipad[128]

HMAC: inner padding

0 => SHA-512, else SHA-384

unsigned char sha4_context::opad[128]

HMAC: outer padding

unsigned int64 sha4_context::state[8]

intermediate digest state

unsigned int64 sha4_context::total[2]

number of bytes processed


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Defines