1
0
mirror of https://github.com/golang/go synced 2024-11-08 04:26:09 -07:00
go/src/crypto
Ilya Tocar 80b2ae5878 crypto: simplify amd64 asm for sha{1,256,512} a bit
Use constants directly, instead of loading address to e. g. AX
and using (AX). Shouldn't affect performance, but makes code a bit
nicer.

Change-Id: Ifa138e54d3d2b2f4ad71e4ef4b9368ea79eb30f4
Reviewed-on: https://go-review.googlesource.com/62010
Reviewed-by: Adam Langley <agl@golang.org>
2017-09-12 18:06:37 +00:00
..
aes crypto/aes: make the GHASH part of AES-GCM faster 2017-08-18 21:40:57 +00:00
cipher crypto/cipher: panic when IV length does not equal block size in NewOFB 2017-09-06 14:53:44 +00:00
des crypto: revise wording about cryptographically broken algorithms 2017-05-04 12:31:18 +00:00
dsa all: gofmt 2017-06-21 03:14:30 +00:00
ecdsa crypto/elliptic: fix incomplete addition used in CombinedMult. 2017-09-11 18:44:58 +00:00
elliptic crypto/elliptic: fix incomplete addition used in CombinedMult. 2017-09-11 18:44:58 +00:00
hmac crypto/hmac: don't test for length equality in Equal. 2016-08-17 23:23:28 +00:00
internal/cipherhw crypto/{cipher,tls,internal/cryptohw}: prioritise AES-GCM when hardware support is present. 2016-11-07 20:01:18 +00:00
md5 crypto: revise wording about cryptographically broken algorithms 2017-05-04 12:31:18 +00:00
rand crypto/rand: batch large calls to linux getrandom 2017-08-09 19:29:14 +00:00
rc4 crypto/{aes,cipher,rc4}: fix out of bounds write in stream ciphers 2017-08-09 04:17:51 +00:00
rsa crypto/rsa: fix URL for the PKCS #1 v2.2 document in pss.go 2017-08-28 05:26:59 +00:00
sha1 crypto: simplify amd64 asm for sha{1,256,512} a bit 2017-09-12 18:06:37 +00:00
sha256 crypto: simplify amd64 asm for sha{1,256,512} a bit 2017-09-12 18:06:37 +00:00
sha512 crypto: simplify amd64 asm for sha{1,256,512} a bit 2017-09-12 18:06:37 +00:00
subtle crypto/subtle: expand abbreviation to eliminate confusion 2016-06-09 15:30:48 +00:00
tls crypto/tls: fix clientHelloMsg fuzzer not to generate the RI SCSV 2017-09-09 19:24:12 +00:00
x509 crypto/x509: store names in signatureAlgorithmDetails. 2017-09-09 19:36:51 +00:00
crypto.go crypto: add BLAKE2b and BLAKE2s hash constants 2017-03-01 19:26:16 +00:00
issue21104_test.go crypto/{aes,cipher,rc4}: fix out of bounds write in stream ciphers 2017-08-09 04:17:51 +00:00