ecdsa: Correct README.md documentation links.
This commit is contained in:
parent
6f9bcbbebc
commit
984e09db00
@ -3,7 +3,7 @@ ecdsa
|
||||
|
||||
[](https://github.com/decred/dcrd/actions)
|
||||
[](http://copyfree.org)
|
||||
[](https://godoc.org/github.com/decred/dcrd/dcrec/sec256pk1/v3/ecdsa)
|
||||
[](https://pkg.go.dev/github.com/decred/dcrd/dcrec/secp256k1/v3/ecdsa)
|
||||
|
||||
Package ecdsa provides secp256k1-optimized ECDSA signing and verification.
|
||||
|
||||
@ -44,7 +44,7 @@ $ go get -u github.com/decred/dcrd/dcrec/secp25k1/v3/ecdsa
|
||||
Demonstrates signing a message with a secp256k1 private key that is first
|
||||
parsed from raw bytes and serializing the generated signature.
|
||||
|
||||
* [Verify Signature](https://pkg.go.dev/github.com/decred/dcrd/dcrec/secp256k1/v3/ecdsa#example-package-VerifySignature)
|
||||
* [Verify Signature](https://pkg.go.dev/github.com/decred/dcrd/dcrec/secp256k1/v3/ecdsa#example-Signature.Verify)
|
||||
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 New Issue
Block a user