[mirror] Go supplementary cryptography libraries
Перейти к файлу
Adam Langley 0d3cfff99f ssh: fix deadlock
The code was taking locks in the wrong order.

Fixes golang/go#3570.

R=fullung
CC=golang-dev
https://golang.org/cl/6123058
2012-04-26 12:05:35 -04: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
curve25519 go.crypto/curve25519: add package. 2012-03-12 10:59:04 -04: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 ssh: fix deadlock 2012-04-26 12:05:35 -04: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
LICENSE LICENSE: add 2012-03-17 15:19:30 +11:00
PATENTS go.crypto: add PATENTS file to the subrepo. 2012-04-16 11:25:08 +10: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.