Merge pull request #210 from fanatid/docs-verify
Fix Secp256k1::verify docs
This commit is contained in:
commit
c39a1ca0a2
|
@ -663,7 +663,7 @@ impl<C: Signing> Secp256k1<C> {
|
|||
|
||||
impl<C: Verification> Secp256k1<C> {
|
||||
/// Checks that `sig` is a valid ECDSA signature for `msg` using the public
|
||||
/// key `pubkey`. Returns `Ok(true)` on success. Note that this function cannot
|
||||
/// key `pubkey`. Returns `Ok(())` on success. Note that this function cannot
|
||||
/// be used for Bitcoin consensus checking since there may exist signatures
|
||||
/// which OpenSSL would verify but not libsecp256k1, or vice-versa. Requires a
|
||||
/// verify-capable context.
|
||||
|
|
Loading…
Reference in New Issue