1
0
mirror of https://github.com/golang/go synced 2024-10-04 17:21:20 -06:00
go/src/crypto
Brad Fitzpatrick 78ff743759 crypto/sha1: disable crashing AVX2 optimizations for now
Updates #15617

Change-Id: I2104776f8e789d987b4f2f7f08f2ebe979b747a1
Reviewed-on: https://go-review.googlesource.com/23001
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
Reviewed-by: Minux Ma <minux@golang.org>
2016-05-10 16:44:53 +00:00
..
aes crypto/cipher, crypto/aes: add s390x implementation of AES-CTR 2016-04-29 21:17:31 +00:00
cipher crypto/cipher: execute AES-GCM decryption example 2016-05-09 23:03:55 +00:00
des all: remove unnecessary type conversions 2016-04-15 07:31:45 +00:00
dsa crypto/dsa: eliminate invalid PublicKey early 2016-04-05 17:41:47 +00:00
ecdsa crypto/rsa, crypto/ecdsa: fail earlier on zero parameters 2016-04-05 21:03:20 +00:00
elliptic all: fix spelling mistakes 2016-04-03 17:03:15 +00:00
hmac crypto/hmac: simplify implementation 2016-03-25 06:24:00 +00:00
md5 crypto/md5: add s390x assembly implementation 2016-04-27 22:11:41 +00:00
rand all: single space after period. 2016-03-02 00:13:47 +00:00
rc4 all: single space after period. 2016-03-02 00:13:47 +00:00
rsa crypto/rsa, crypto/ecdsa: fail earlier on zero parameters 2016-04-05 21:03:20 +00:00
sha1 crypto/sha1: disable crashing AVX2 optimizations for now 2016-05-10 16:44:53 +00:00
sha256 crypto/sha256: Use AVX2 if possible 2016-05-06 15:20:37 +00:00
sha512 crypto/sha512: add s390x assembly implementation 2016-04-26 17:37:45 +00:00
subtle
tls crypto/tls: allow renegotiation to be handled by a client. 2016-04-28 17:56:28 +00:00
x509 crypto/x509: fix copy/paste-o in error message 2016-04-19 22:31:49 +00:00
crypto.go crypto: document that Signer.Sign does not hash 2016-01-26 16:27:16 +00:00