Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

SHA Class Reference

SHA-1. More...

#include <sha.h>

Inheritance diagram for SHA:

IteratedHash IteratedHashBase HashModule List of all members.

Public Types

enum  { DIGESTSIZE = 20 }

Public Methods

 SHA ()

Static Public Methods

void Transform (word32 *digest,const word32 *data)

Protected Methods

void Init ()
void vTransform (const word32 *data)

Detailed Description

SHA-1.

Definition at line 9 of file sha.h.


Member Enumeration Documentation

anonymous enum
 

Definition at line 12 of file sha.h.


Constructor & Destructor Documentation

SHA::SHA ( ) [inline]
 

Definition at line 13 of file sha.h.


Member Function Documentation

void SHA::Init ( ) [protected, virtual]
 

Reimplemented from IteratedHashBase.

Definition at line 11 of file sha.cpp.

void SHA::Transform ( word32 * state,
const word32 * data ) [static]
 

Definition at line 37 of file sha.cpp.

void SHA::vTransform ( const word32 * data ) [inline, protected]
 

Definition at line 18 of file sha.h.


The documentation for this class was generated from the following files:
Generated at Mon Jan 15 01:17:06 2001 for Crypto++ by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000