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

RWSigner Class Template Reference

Rabin-Williams Signer, as defined in IEEE P1363. More...

#include <rw.h>

Inheritance diagram for RWSigner:

SignerTemplate PK_Signer SignatureSystemBaseTemplate PK_SignatureSystem PK_SignatureSystem List of all members.

Public Methods

 RWSigner (const Integer &n,const Integer &p,const Integer &q,const Integer &u)
 RWSigner (RandomNumberGenerator &rng,unsigned int keybits)
 RWSigner (BufferedTransformation &bt)

Detailed Description

template<class H> class RWSigner

Rabin-Williams Signer, as defined in IEEE P1363.

Definition at line 112 of file rw.h.


Constructor & Destructor Documentation

template<class H>
RWSigner<H>::RWSigner<H> ( const Integer & n,
const Integer & p,
const Integer & q,
const Integer & u ) [inline]
 

Definition at line 115 of file rw.h.

template<class H>
RWSigner<H>::RWSigner<H> ( RandomNumberGenerator & rng,
unsigned int keybits ) [inline]
 

Definition at line 119 of file rw.h.

template<class H>
RWSigner<H>::RWSigner<H> ( BufferedTransformation & bt ) [inline]
 

Definition at line 123 of file rw.h.


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