]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fixed some links
authorLorenz Nickel <mail@lorenznickel.de>
Wed, 8 May 2019 16:29:27 +0000 (16:29 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 8 May 2019 16:38:55 +0000 (16:38 +0000)
Change-Id: I8563a20a4ba43cee7d4b73377c405a6ff12636e5
GitHub-Last-Rev: 0dae408845c7cf42667a65fff6f7d1a382e2d320
GitHub-Pull-Request: golang/go#31914
Reviewed-on: https://go-review.googlesource.com/c/go/+/176017
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/crypto/elliptic/p256_asm_s390x.s
src/runtime/write_err_android.go

index c5b55a04c3bc732b5a94979d203415d56e65deb2..cf37e204c73f5f6f2b03bd0382d8db64bc8657a0 100644 (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₂³
index bf99b5f6c5b57dc5eb5e4d13d30b822a48591678..2419fc8663e4cdb501094b99a2aadd06ede6e0cb 100644 (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 (