Skip to content

Commit

Permalink
msg change 2/2
Browse files Browse the repository at this point in the history
  • Loading branch information
tech6hutch authored Apr 15, 2020
1 parent 7e07bbc commit e50bd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bigint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e50bd7e

Please sign in to comment.