Document sig verify's intentional limitation
This commit is contained in:
parent
d738998486
commit
6e0ae2a7bb
|
@ -190,6 +190,7 @@ impl Signature {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Verifies an ECDSA signature for `msg` using `pk` and the global [`SECP256K1`] context.
|
/// Verifies an ECDSA signature for `msg` using `pk` and the global [`SECP256K1`] context.
|
||||||
|
/// The signature must be normalized or verification will fail (see [`normalize_s`]).
|
||||||
#[inline]
|
#[inline]
|
||||||
#[cfg(feature = "global-context")]
|
#[cfg(feature = "global-context")]
|
||||||
#[cfg_attr(docsrs, doc(cfg(feature = "global-context")))]
|
#[cfg_attr(docsrs, doc(cfg(feature = "global-context")))]
|
||||||
|
|
Loading…
Reference in New Issue