| .. |
|
aes
|
crypto/aes: remove redundant nil check around loop
|
2018-10-17 01:28:58 +00:00 |
|
cipher
|
crypto/cipher: add VSX implementation of xorBytes for ppc64x
|
2018-11-01 15:56:48 +00:00 |
|
des
|
crypto: panic on illegal input and output overlap
|
2018-06-19 21:06:50 +00:00 |
|
dsa
|
crypto: randomly read an extra byte of randomness in some places.
|
2018-06-07 15:09:25 +00:00 |
|
ecdsa
|
crypto/ecdsa: fix NSA reference to Suite B implementer's guide to FIPS 186-3
|
2018-12-10 16:06:44 +00:00 |
|
elliptic
|
crypto/elliptic: utilize faster z14 multiply/square instructions (when available)
|
2018-12-05 10:58:44 +00:00 |
|
hmac
|
crypto/hmac: rename CheckHMAC to ValidHMAC in package docs
|
2018-11-17 21:29:23 +00:00 |
|
internal
|
crypto: panic on illegal input and output overlap
|
2018-06-19 21:06:50 +00:00 |
|
md5
|
crypto/md5: fix md5block asm to work on big endian ppc64
|
2018-11-09 15:54:21 +00:00 |
|
rand
|
crypto: add AIX operating system
|
2018-10-10 14:55:17 +00:00 |
|
rc4
|
crypto/rc4: remove assembler implementations
|
2018-08-21 19:49:06 +00:00 |
|
rsa
|
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
|
2018-09-26 22:14:25 +00:00 |
|
sha1
|
all: this big patch remove whitespace from assembly files
|
2018-10-03 15:28:51 +00:00 |
|
sha256
|
all: use internal/cpu feature variables directly
|
2018-08-20 14:47:07 +00:00 |
|
sha512
|
crypto, internal/cpu: fix s390x AES feature detection and update SHA implementations
|
2018-06-11 11:41:31 +00:00 |
|
subtle
|
…
|
|
|
tls
|
all: use "reports whether" consistently instead of "returns whether"
|
2018-12-02 15:12:26 +00:00 |
|
x509
|
crypto/x509: explicitly cast printf format argument
|
2018-12-06 21:10:35 +00:00 |
|
crypto.go
|
…
|
|
|
issue21104_test.go
|
…
|
|