Commit c75ee696 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

doc/go1.12: soften, expand crypto/rc4 assembly removal text

Change-Id: I46fa43f6c5ac49386f4622e1363d8976f49c0894
Reviewed-on: https://go-review.googlesource.com/c/162019Reviewed-by: default avatarAndrew Bonventre <andybons@golang.org>
Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent cf4dc255
...@@ -493,8 +493,11 @@ for { ...@@ -493,8 +493,11 @@ for {
<dl id="crypto/rc4"><dt><a href="/pkg/crypto/rc4/">crypto/rc4</a></dt> <dl id="crypto/rc4"><dt><a href="/pkg/crypto/rc4/">crypto/rc4</a></dt>
<dd> <dd>
<p><!-- CL 130397 --> <p><!-- CL 130397 -->
This release removes the optimized assembly implementations. RC4 is insecure This release removes the assembly implementations, leaving only
and should only be used for compatibility with legacy systems. 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> </p>
</dl><!-- crypto/rc4 --> </dl><!-- crypto/rc4 -->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment