sha256.h File Reference

This graph shows which files directly or indirectly include this file:


Classes

struct  sha256_context

Defines

#define uint8   unsigned char
#define uint32   unsigned long int

Functions

void sha256_starts (sha256_context *ctx)
void sha256_update (sha256_context *ctx, unsigned char *input, unsigned long int length)
void sha256_finish (sha256_context *ctx, unsigned char digest[32])

Define Documentation

#define uint8   unsigned char

#define uint32   unsigned long int


Function Documentation

void sha256_starts ( sha256_context ctx  ) 

void sha256_update ( sha256_context ctx,
unsigned char *  input,
unsigned long int  length 
)

void sha256_finish ( sha256_context ctx,
unsigned char  digest[32] 
)


Generated on Sun Apr 5 20:28:17 2009 for EOServ by  doxygen 1.5.7.1