From f4568a9015f99c40e69c3ced829833155316cf04 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sun, 11 Aug 2013 18:47:47 +0200 Subject: Forgot isPrime implementation. --- includes/BigInt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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; -- cgit v1.2.3