[mirror] Go supplementary cryptography libraries
Перейти к файлу
David Symonds ac9976b0b7 go.crypto/ssh: More error reporting improvements.
R=golang-dev, kardianos, dave
CC=golang-dev
https://golang.org/cl/8596047
2013-04-26 09:44:04 +10:00
bcrypt go.crypto/bcrypt: fix interger overflow for cost == 31 2013-02-19 19:16:34 +08:00
blowfish go.crypto: remove cipher.Reset() 2012-12-10 11:00:48 -05:00
bn256 go.crypto/bn256: updates tests in light of b2b2ae1f5140. 2012-12-15 14:19:38 -05:00
cast5 go.crypto: remove cipher.Reset() 2012-12-10 11:00:48 -05:00
curve25519 go.crypto/{curve25519,poly1305,salsa20/salsa}: add //go:noescape annotation 2013-02-19 19:15:01 +08:00
md4 go.crypto: initial code 2012-01-25 15:31:12 -05:00
nacl go.crypto/nacl: add package 2012-09-09 11:18:00 -04:00
ocsp crypto/oscp: update in light of cl/5625045 2012-02-20 10:56:33 -05:00
openpgp openpgp: remove TeeReader from packet.Read 2012-12-18 17:57:21 -05:00
otr go.crypto/otr: expose IsEncrypted. 2012-10-17 14:58:16 -04:00
pbkdf2 go.crypto/pbkdf2: New package 2012-02-01 14:20:27 -05:00
poly1305 go.crypto/{curve25519,poly1305,salsa20/salsa}: add //go:noescape annotation 2013-02-19 19:15:01 +08:00
ripemd160 go.crypto: initial code 2012-01-25 15:31:12 -05:00
salsa20 go.crypto/{curve25519,poly1305,salsa20/salsa}: add //go:noescape annotation 2013-02-19 19:15:01 +08:00
scrypt scrypt: 2x faster. 2013-01-17 11:42:30 -05:00
sha3 go.crypto/sha3: change keccakF to stateless function 2013-04-02 10:41:35 -04:00
ssh go.crypto/ssh: More error reporting improvements. 2013-04-26 09:44:04 +10:00
twofish go.crypto: remove cipher.Reset() 2012-12-10 11:00:48 -05:00
xtea go.crypto: remove cipher.Reset() 2012-12-10 11:00:48 -05:00
xts xts: add package. 2012-07-12 11:14:12 -04: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.