1
0
mirror of https://github.com/golang/go synced 2024-09-29 22:34:33 -06:00
go/src/crypto
Katie Hockman dc0c23ec9d crypto/dsa: change bitwise checks to mod operations
Even though bitwise operations may be slightly more
performant, the readability improvement of a mod
operation is worth the tradeoff.

Change-Id: I352c92ad355c6eb6ef99e3da00e1eff2d2ea5812
Reviewed-on: https://go-review.googlesource.com/c/go/+/204739
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-11-02 15:46:47 +00:00
..
aes crypto/aes,crypto/cipher: add asm implementation for aes-gcm on ppc64le 2019-09-24 16:15:36 +00:00
cipher crypto/cipher: improve xorBytesVSX asm for ppc64x 2019-09-24 21:30:45 +00:00
des cmd/go: further reduce init work 2019-03-31 10:49:55 +00:00
dsa crypto/dsa: change bitwise checks to mod operations 2019-11-02 15:46:47 +00:00
ecdsa crypto/ecdsa: remove s390x assembly 2019-10-16 21:57:24 +00:00
ed25519 crypto/ed25519: outline NewKeyFromSeed and Sign 2019-09-24 10:23:40 +00:00
elliptic crypto/elliptic: clean up ppc64le implementation slightly 2019-10-29 12:23:21 +00:00
hmac
internal
md5 all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
rand all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
rc4
rsa all: change some function documentation to be more idiomatic 2019-07-28 18:09:57 +00:00
sha1 all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
sha256 crypto/sha*: replace putUint{32,64} helpers 2019-05-23 16:16:26 +00:00
sha512 crypto/sha*: replace putUint{32,64} helpers 2019-05-23 16:16:26 +00:00
subtle
tls crypto/tls: send ec_points_format extension in ServerHello 2019-10-31 15:14:45 +00:00
x509 crypto/x509: gofmt verify.go 2019-10-23 18:07:56 +00:00
crypto.go
issue21104_test.go