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 9aa768d commit 99a43ceCopy full SHA for 99a43ce
src/lib.rs
@@ -663,7 +663,7 @@ impl<C: Signing> Secp256k1<C> {
663
664
impl<C: Verification> Secp256k1<C> {
665
/// Checks that `sig` is a valid ECDSA signature for `msg` using the public
666
- /// key `pubkey`. Returns `Ok(true)` on success. Note that this function cannot
+ /// key `pubkey`. Returns `Ok(())` on success. Note that this function cannot
667
/// be used for Bitcoin consensus checking since there may exist signatures
668
/// which OpenSSL would verify but not libsecp256k1, or vice-versa. Requires a
669
/// verify-capable context.
0 commit comments