#include <pubkey.h>
Inheritance diagram for TrapdoorFunction:

Definition at line 68 of file pubkey.h.
Public Member Functions | |
| Integer | ApplyRandomizedFunction (RandomNumberGenerator &rng, const Integer &x) const |
| bool | IsRandomized () const |
| virtual Integer | ApplyFunction (const Integer &x) const =0 |
| virtual Integer | PreimageBound () const=0 |
| virtual Integer | ImageBound () const=0 |
| virtual Integer | MaxPreimage () const |
| virtual Integer | MaxImage () const |
1.5.1-p1