1
0
mirror of https://github.com/golang/go synced 2024-11-12 07:00:21 -07:00

doc: fixed some links

Change-Id: I8563a20a4ba43cee7d4b73377c405a6ff12636e5
GitHub-Last-Rev: 0dae408845
GitHub-Pull-Request: golang/go#31914
Reviewed-on: https://go-review.googlesource.com/c/go/+/176017
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Lorenz Nickel 2019-05-08 16:29:27 +00:00 committed by Brad Fitzpatrick
parent 4cd6c3bac7
commit bef15341e1
2 changed files with 2 additions and 2 deletions

View File

@ -2465,7 +2465,7 @@ TEXT ·p256PointDoubleAsm(SB), NOSPLIT, $0
#define PL V30
#define PH V31
/*
* https://choucroutage.com/Papers/SideChannelAttacks/ctrsa-2011-brown.pdf "Software Implementation of the NIST Elliptic Curves Over Prime Fields"
* https://delta.cs.cinvestav.mx/~francisco/arith/julio.pdf "Software Implementation of the NIST Elliptic Curves Over Prime Fields"
*
* A = X×Z²
* B = Y×Z³

View File

@ -21,7 +21,7 @@ var (
// in kernel ring buffers. In Android-L, those /dev/log files are no longer
// accessible and logging is done through a centralized user-mode logger, logd.
//
// https://android.googlesource.com/platform/system/core/+/master/liblog/logd_write.c
// https://android.googlesource.com/platform/system/core/+/refs/tags/android-6.0.1_r78/liblog/logd_write.c
type loggerType int32
const (