mirror of
https://github.com/golang/go
synced 2024-11-26 08:48:13 -07:00
crypto/ecdsa: fix dead reference link
The previous link broke, but it's available on the internet archive.
Fixes #39808
Change-Id: Ic2be74a1f0591600ca1acbe08e1bab8ba1e21abe
GitHub-Last-Rev: 6d6de5d2f4
GitHub-Pull-Request: golang/go#40165
Reviewed-on: https://go-review.googlesource.com/c/go/+/242103
Trust: Emmanuel Odeke <emmanuel@orijtech.com>
Run-TryBot: Emmanuel Odeke <emmanuel@orijtech.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
This commit is contained in:
parent
59e012991a
commit
83e79c7b14
@ -17,7 +17,7 @@
|
||||
// [Coron]
|
||||
// https://cs.nyu.edu/~dodis/ps/merkle.pdf
|
||||
// [Larsson]
|
||||
// https://www.nada.kth.se/kurser/kth/2D1441/semteo03/lecturenotes/assump.pdf
|
||||
// https://web.archive.org/web/20040719170906/https://www.nada.kth.se/kurser/kth/2D1441/semteo03/lecturenotes/assump.pdf
|
||||
package ecdsa
|
||||
|
||||
// Further references:
|
||||
|
Loading…
Reference in New Issue
Block a user