diff options
Diffstat (limited to 'includes/BigInt.h')
-rw-r--r-- | includes/BigInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/BigInt.h b/includes/BigInt.h index 29a2740..55a5c75 100644 --- a/includes/BigInt.h +++ b/includes/BigInt.h @@ -91,7 +91,7 @@ class BigInt { BigInt & do_modinv(const BigInt & m) throw (GeneralException); BigInt & do_modpow(const BigInt & a, const BigInt & m) throw (GeneralException); - bool isPrime() const; + bool isPrime() const throw (GeneralException); String toString(int radix = 10) const; char * makeString(int radix = 10) const; |