We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0ae2a commit 866cf8cCopy full SHA for 866cf8c
src/ecdsa/mod.rs
@@ -190,7 +190,7 @@ impl Signature {
190
}
191
192
/// Verifies an ECDSA signature for `msg` using `pk` and the global [`SECP256K1`] context.
193
- /// The signature must be normalized or verification will fail (see [`normalize_s`]).
+ /// The signature must be normalized or verification will fail (see [`Signature::normalize_s`]).
194
#[inline]
195
#[cfg(feature = "global-context")]
196
#[cfg_attr(docsrs, doc(cfg(feature = "global-context")))]
0 commit comments