sha1.h File Reference

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

Go to the source code of this file.

Data Structures

struct  SHA1Context
 This structure will hold context information for the hashing operation. More...

Typedefs

typedef struct SHA1Context SHA1Context
 This structure will hold context information for the hashing operation.

Functions

void SHA1Reset (SHA1Context *)
int SHA1Result (SHA1Context *)
void SHA1Input (SHA1Context *, const unsigned char *, unsigned)

Detailed Description

sha1.h

Copyright (C) 1998 Paul E. Jones <paulej@arid.us> All Rights Reserved

Description: This class implements the Secure Hashing Standard as defined in FIPS PUB 180-1 published April 17, 1995.

Many of the variable names in the SHA1Context, especially the single character names, were used because those were the names used in the publication.

Please read the file sha1.c for more information.

Author:
Paul E. Jones
Date:
1995-04-17

Typedef Documentation

typedef struct SHA1Context SHA1Context

This structure will hold context information for the hashing operation.


Function Documentation

void SHA1Input ( SHA1Context ,
const unsigned char *  ,
unsigned   
)
void SHA1Reset ( SHA1Context  ) 
int SHA1Result ( SHA1Context  ) 
Generated on Mon Apr 5 22:28:55 2010 for pam_kmux by  doxygen 1.6.3