#include <rw.h>
Inheritance diagram for InvertibleRWFunction:

Public Methods | |
| InvertibleRWFunction (const Integer &n,const Integer &p,const Integer &q,const Integer &u) | |
| InvertibleRWFunction (RandomNumberGenerator &rng,unsigned int keybits) | |
| InvertibleRWFunction (BufferedTransformation &bt) | |
| ~InvertibleRWFunction () | |
| void | DEREncode (BufferedTransformation &bt)const |
| Integer | CalculateInverse (const Integer &x)const |
| const Integer& | GetPrime1 ()const |
| const Integer& | GetPrime2 ()const |
Protected Attributes | |
| Integer | p |
| Integer | q |
| Integer | u |
Definition at line 91 of file rw.h.
|
||||||||||
|
|
|
||||||
|
|
|
||||
|
|
|
||||
|
|
|
||||
|
Reimplemented from InvertibleTrapdoorFunction. |
|
||||
|
Reimplemented from RWFunction. |
|
||||
|
|
|
||||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
1.2.4 written by Dimitri van Heesch,
© 1997-2000