Correct verify signature example doco link.
This commit is contained in:
parent
c949e04246
commit
ff095cfa8e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ $ go get github.com/conformal/btcec
|
|||
parsed form raw bytes and serializing the generated signature.
|
||||
|
||||
* [Verify Signature]
|
||||
(http://godoc.org/github.com/conformal/btcec#example-package--verifySignature)
|
||||
(http://godoc.org/github.com/conformal/btcec#example-package--VerifySignature)
|
||||
Demonstrates verifying a secp256k1 signature against a public key that is
|
||||
first parsed from raw bytes. The signature is also parsed from raw bytes.
|
||||
|
||||
|
|
Loading…
Reference in a new issue