1
0
mirror of https://github.com/golang/go synced 2024-11-26 14:56:47 -07:00

doc: add crypto/sha512 additions to go1.5.html

Change-Id: I805bb7ba40c8ed579c4ca796e408995586d219b3
Reviewed-on: https://go-review.googlesource.com/12434
Reviewed-by: Andrew Gerrand <adg@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
Brad Fitzpatrick 2015-07-20 15:14:01 -07:00
parent 3051ab2ce7
commit 1b5eaa4382

View File

@ -830,6 +830,12 @@ now verifies that the point is actually on the curve.
This change guards against certain attacks.
</li>
<li>
The <a href="/pkg/crypto/sha512/"><code>crypto/sha512</code></a>
package now has support for the two truncated versions of
the SHA-512 hash algorithm, SHA-512/224 and SHA-512/256.
</li>
<li>
The <a href="/pkg/crypto/tls/"><code>crypto/tls</code></a> package
minimum protocol version now defaults to TLS 1.0.