Skip to content

Commit 4d643a3

Browse files
committed
Fix docs
Signed-off-by: Denis Varlakov <denis@dfns.co>
1 parent 289dc2b commit 4d643a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paillier-zk/src/common.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ impl IntegerExt for Integer {
226226

227227
/// Error indicating that computation cannot be evaluated because of bad exponent
228228
///
229-
/// Returned by [`BigNumberExt::powmod`] and other functions that do exponentiation internally
229+
/// Returned by [`Aux::pow_mod`] and other functions that do exponentiation internally
230230
#[derive(Clone, Copy, Debug, thiserror::Error)]
231231
#[error(transparent)]
232232
pub struct BadExponent(#[from] BadExponentReason);

0 commit comments

Comments
 (0)