#include <ThresholdRSA.h>
Inheritance diagram for CODEX_ThresholdCrypto::ThresholdRSARange< _ShareType >:


Public Member Functions | |
| ThresholdRSARange (const BIGNUM *modulus, unsigned int n) | |
| Constructor. | |
| virtual | ~ThresholdRSARange () |
| Virtual destructor. | |
| const BIGNUM * | min () const |
| The minumum allowed value (inclusive). | |
| const BIGNUM * | max () const |
| The maximum allowed value (inclusive). | |
Because the Euler totient function of the modulus is not known, we must define a larger range of possible subshare values.
Definition at line 40 of file ThresholdRSA.h.
1.4.1