mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-18 20:16:40 +00:00
Correct verify signature example doco link.
This commit is contained in:
parent
c949e04246
commit
ff095cfa8e
@ -47,7 +47,7 @@ $ go get github.com/conformal/btcec
|
|||||||
parsed form raw bytes and serializing the generated signature.
|
parsed form raw bytes and serializing the generated signature.
|
||||||
|
|
||||||
* [Verify 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
|
Demonstrates verifying a secp256k1 signature against a public key that is
|
||||||
first parsed from raw bytes. The signature is also parsed from raw bytes.
|
first parsed from raw bytes. The signature is also parsed from raw bytes.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user