]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.12: soften, expand crypto/rc4 assembly removal text
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 12 Feb 2019 18:33:24 +0000 (18:33 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 12 Feb 2019 21:22:09 +0000 (21:22 +0000)
Change-Id: I46fa43f6c5ac49386f4622e1363d8976f49c0894
Reviewed-on: https://go-review.googlesource.com/c/162019
Reviewed-by: Andrew Bonventre <andybons@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.12.html

index 3b086e700106ab2b91fc0549f6a628d81e56c88a..75315d1b5201db19d67424819c7458f95c69baaa 100644 (file)
@@ -493,8 +493,11 @@ for {
 <dl id="crypto/rc4"><dt><a href="/pkg/crypto/rc4/">crypto/rc4</a></dt>
   <dd>
     <p><!-- CL 130397 -->
-      This release removes the optimized assembly implementations. RC4 is insecure
-      and should only be used for compatibility with legacy systems.
+      This release removes the assembly implementations, leaving only
+      the pure Go version. The Go compiler generates code that is
+      either slightly better or slightly worse, depending on the exact
+      CPU. RC4 is insecure and should only be used for compatibility
+      with legacy systems.
     </p>
 
 </dl><!-- crypto/rc4 -->