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

EMSA2DecoratedHashModule Class Template Reference

. More...

#include <rw.h>

Inheritance diagram for EMSA2DecoratedHashModule:

HashModule List of all members.

Public Methods

 EMSA2DecoratedHashModule ()
void Update (const byte *input,unsigned int length)
 process more input. More...

unsigned int DigestSize ()const
 size of the hash returned by Final(). More...

void Final (byte *digest)

Detailed Description

template<class H> class EMSA2DecoratedHashModule

.

Definition at line 29 of file rw.h.


Constructor & Destructor Documentation

template<class H>
EMSA2DecoratedHashModule<H>::EMSA2DecoratedHashModule<H> ( ) [inline]
 

Definition at line 32 of file rw.h.


Member Function Documentation

template<class H>
unsigned int EMSA2DecoratedHashModule< H >::DigestSize ( ) const [virtual]
 

size of the hash returned by Final().

Reimplemented from HashModule.

Definition at line 61 of file rw.h.

template<class H>
void EMSA2DecoratedHashModule< H >::Final ( byte * digest ) [virtual]
 

Reimplemented from HashModule.

Definition at line 53 of file rw.h.

template<class H>
void EMSA2DecoratedHashModule<H>::Update ( const byte * input,
unsigned int length ) [inline, virtual]
 

process more input.

Reimplemented from HashModule.

Definition at line 33 of file rw.h.


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