From e50bd7e19e9ac84824e0953258679a44bf1efda6 Mon Sep 17 00:00:00 2001 From: Hutch Date: Wed, 15 Apr 2020 16:57:50 -0400 Subject: [PATCH] msg change 2/2 --- src/bigint.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bigint.rs b/src/bigint.rs index 96ea1b75..ef37a163 100644 --- a/src/bigint.rs +++ b/src/bigint.rs @@ -3252,7 +3252,7 @@ impl BigInt { ); assert!( !modulus.is_zero(), - "attempt to calculate zero modulus!" + "attempt to calculate with zero modulus!" ); let result = self.data.modpow(&exponent.data, &modulus.data);