#include <rabin.h>
Inheritance diagram for RabinFunction:

Public Methods | |
| RabinFunction (const Integer &n,const Integer &r,const Integer &s) | |
| RabinFunction (BufferedTransformation &bt) | |
| void | DEREncode (BufferedTransformation &bt)const |
| Integer | ApplyFunction (const Integer &x)const |
| Integer | PreimageBound ()const |
| Integer | ImageBound ()const |
| const Integer& | GetModulus ()const |
| const Integer& | GetQuadraticResidueModPrime1 ()const |
| const Integer& | GetQuadraticResidueModPrime2 ()const |
Protected Methods | |
| RabinFunction () | |
Protected Attributes | |
| Integer | n |
| Integer | r |
| Integer | s |
Definition at line 14 of file rabin.h.
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from TrapdoorFunction. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from TrapdoorFunction. |
|
|
Reimplemented from TrapdoorFunction. |
|
|
|
|
|
|
|
|
|
1.2.4 written by Dimitri van Heesch,
© 1997-2000