1
0
mirror of https://github.com/golang/go synced 2024-10-03 04:11:21 -06:00
go/src/crypto
Josh Bleecher Snyder 2adc4e8927 all: use "reports whether" in place of "returns true if(f)"
Comment changes only.

Change-Id: I56848814564c4aa0988b451df18bebdfc88d6d94
Reviewed-on: https://go-review.googlesource.com/7721
Reviewed-by: Rob Pike <r@golang.org>
2015-03-18 15:14:06 +00:00
..
aes
cipher crypto/cipher: update docs for the Stream interface 2014-12-26 20:57:43 +00:00
des
dsa
ecdsa crypto/{ecdsa,rsa}: always use io.ReadFull with crypto/rand.Reader. 2015-03-18 00:37:48 +00:00
elliptic all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
hmac all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
md5 [dev.cc] crypto/md5, crypto/sha1: restore a few SP references 2015-02-20 18:54:29 +00:00
rand crypto/rand: handle EAGAIN reads from /dev/urandom 2014-12-16 04:52:09 +00:00
rc4 [dev.cc] cmd/asm: make 4(SP) illegal except on 386 2015-02-18 03:41:29 +00:00
rsa crypto/{ecdsa,rsa}: always use io.ReadFull with crypto/rand.Reader. 2015-03-18 00:37:48 +00:00
sha1 [dev.cc] crypto/md5, crypto/sha1: restore a few SP references 2015-02-20 18:54:29 +00:00
sha256
sha512
subtle
tls all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
x509 all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
crypto.go crypto/rsa: implement crypto.Decrypter 2015-03-16 23:15:08 +00:00