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


Public Member Functions | |
| ThresholdRSASubRange (const BIGNUM *modulus) | |
| Constructor. | |
| virtual | ~ThresholdRSASubRange () |
| Virtual destructor. | |
| const BIGNUM * | min () const |
| The minumum allowed value (inclusive). | |
| const BIGNUM * | max () const |
| The maximum allowed value (inclusive). | |
In order to prevent continued growth of successive versions of shares, this range must actually be smaller than the range used to generate the initial shares.
Definition at line 63 of file ThresholdRSA.h.
1.4.1