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

EMSA2Pad Class Reference

. More...

#include <rw.h>

List of all members.

Public Methods

unsigned int MaxUnpaddedLength (unsigned int paddedLength)const
void Pad (RandomNumberGenerator &rng,const byte *raw,unsigned int inputLength,byte *padded,unsigned int paddedLength)const
unsigned int Unpad (const byte *padded,unsigned int paddedLength,byte *raw)const


Detailed Description

.

Definition at line 18 of file rw.h.


Member Function Documentation

unsigned int EMSA2Pad::MaxUnpaddedLength ( unsigned int paddedLength ) const [inline]
 

Definition at line 21 of file rw.h.

void EMSA2Pad::Pad ( RandomNumberGenerator & rng,
const byte * input,
unsigned int inputLen,
byte * emsa2Block,
unsigned int emsa2BlockLen ) const
 

Definition at line 18 of file rw.cpp.

unsigned int EMSA2Pad::Unpad ( const byte * emsa2Block,
unsigned int emsa2BlockLen,
byte * output ) const
 

Definition at line 38 of file rw.cpp.


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