mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
// [Coron]
|
// [Coron]
|
||||||
// https://cs.nyu.edu/~dodis/ps/merkle.pdf
|
// https://cs.nyu.edu/~dodis/ps/merkle.pdf
|
||||||
// [Larsson]
|
// [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
|
package ecdsa
|
||||||
|
|
||||||
// Further references:
|
// Further references:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue