go/src/crypto
ludweeg d18f186b9b crypto/md5: unnecessary conversion
Fixes go lint warning.

Change-Id: I5a7485a4c8316b81e6aa50b95fe75e424f2fcedc
Reviewed-on: https://go-review.googlesource.com/109055
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-04-24 15:49:43 +00:00
..
aes crypto/aes: optimize arm64 AES implementation 2018-03-06 00:44:29 +00:00
cipher crypto/cipher: add NewGCMWithNonceAndTagSize for custom tag sizes. 2018-02-14 15:32:26 +00:00
des crypto: revise wording about cryptographically broken algorithms 2017-05-04 12:31:18 +00:00
dsa all: fix article typos 2017-09-15 02:39:16 +00:00
ecdsa crypto/elliptic: reduce allocations on amd64 2017-11-30 21:01:10 +00:00
elliptic crypto/elliptic: improve P256 implementation on amd64 a bit 2018-04-10 18:27:10 +00:00
hmac crypto, hash: document marshal/unmarshal implementation 2017-11-15 00:06:24 +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/md5: unnecessary conversion 2018-04-24 15:49:43 +00:00
rand crypto/rand: batch large calls to linux getrandom 2017-08-09 19:29:14 +00:00
rc4 crypto/rc4: optimize generic implementation slightly 2018-03-23 15:47:48 +00:00
rsa crypto/rsa: improve the comment of PublicKey.Size 2018-04-09 19:03:04 +00:00
sha1 crypto: make receiver name consistent 2018-04-23 18:18:01 +00:00
sha256 crypto: make receiver name consistent 2018-04-23 18:18:01 +00:00
sha512 crypto: make receiver name consistent 2018-04-23 18:18:01 +00:00
subtle crypto/subtle: simplify and speed up constant-time primitives 2017-11-10 03:47:57 +00:00
tls go/printer, gofmt: tuned table alignment for better results 2018-04-04 13:39:34 -07:00
x509 syscall: introduce Pointer type and use it instead of uintptr 2018-04-18 08:50:42 +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