go/src/pkg/crypto
Jeff Hodges d072a70823 crypto/bcrypt: new package
A port of Provos and Mazières's adapative hashing algorithm. See http://www.usenix.org/events/usenix99/provos/provos_html/node1.html

R=bradfitz, agl, rsc, dchest
CC=golang-dev
https://golang.org/cl/4964078
2011-09-19 10:29:02 -04:00
..
aes crypto: replace "crypto/block" with "crypto/cipher" in comments 2011-06-27 09:16:42 -04:00
bcrypt crypto/bcrypt: new package 2011-09-19 10:29:02 -04:00
blowfish crypto/blowfish: exposing the blowfish key schedule 2011-09-19 10:21:34 -04:00
cast5 os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
cipher crypto/openpgp: add support for symmetrically encrypting files. 2011-06-01 15:23:22 -04:00
des crypto/des: cleanups 2011-04-05 15:40:48 -04:00
dsa os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
ecdsa crypto/ecdsa, crypto/rsa: use io.ReadFull to read from random source. 2011-04-05 17:11:31 -04:00
elliptic pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
hmac pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
md4 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
md5 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
ocsp time: make Weekday a method. 2011-09-12 11:47:55 -07:00
openpgp go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
rand build: add build comments to core packages 2011-09-15 16:48:57 -04:00
rc4 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
ripemd160 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
rsa os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
sha1 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
sha256 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
sha512 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
subtle pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
tls crypto/tls: support SSLv3 2011-09-14 15:32:19 -04:00
twofish crypto: replace "crypto/block" with "crypto/cipher" in comments 2011-06-27 09:16:42 -04:00
x509 cleanup: gofmt -s -w src misc 2011-09-06 16:04:55 -07:00
xtea crypto: replace "crypto/block" with "crypto/cipher" in comments 2011-06-27 09:16:42 -04:00
Makefile crypto: add package. 2011-02-01 11:02:48 -05:00
crypto.go src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00