[mirror] Go supplementary cryptography libraries
Перейти к файлу
Dave Cheney 6de97b525f go.crypto/ssh: improve support for MAC algorithms
Also, add support for hmac-sha1.

At the suggestion of AGL hmac-md5, and hmac-md5-96
support was not included.

Fixes golang/go#3095.

R=golang-dev, agl, huin
CC=golang-dev
https://golang.org/cl/5696065
2012-02-27 19:40:52 -05:00
bcrypt go.crypto: initial code 2012-01-25 15:31:12 -05:00
blowfish go.crypto: initial code 2012-01-25 15:31:12 -05:00
cast5 go.crypto: initial code 2012-01-25 15:31:12 -05:00
md4 go.crypto: initial code 2012-01-25 15:31:12 -05:00
ocsp crypto/oscp: update in light of cl/5625045 2012-02-20 10:56:33 -05:00
openpgp openpgp: fix error strings and typos. 2012-02-21 09:52:37 -05:00
pbkdf2 go.crypto/pbkdf2: New package 2012-02-01 14:20:27 -05:00
ripemd160 go.crypto: initial code 2012-01-25 15:31:12 -05:00
ssh go.crypto/ssh: improve support for MAC algorithms 2012-02-27 19:40:52 -05:00
twofish go.crypto: initial code 2012-01-25 15:31:12 -05:00
xtea go.crypto: initial code 2012-01-25 15:31:12 -05:00
.hgignore go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00
AUTHORS go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00
CONTRIBUTORS go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00
README go.crypto: initial code 2012-01-25 15:31:12 -05:00
codereview.cfg go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00

README

This repository holds supplementary Go cryptography libraries.

To submit changes to this repository, see http://golang.org/doc/contribute.html.