[mirror] Go supplementary cryptography libraries
Перейти к файлу
Han-Wen Nienhuys 49702c17cc go.crypto/ssh: (un)marshal data without type byte prefix.
This helps manipulating data in global and channel request
payloads.

R=agl, dave, jpsugar
CC=golang-dev
https://golang.org/cl/14438068
2013-10-15 16:18:32 +11: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 unreachable code. 2013-06-07 16:05:15 -04:00
curve25519 go.crypto/curve25519: rewrite generic code to be constant time. 2013-09-03 09:31:32 -04:00
md4 go.crypto: initial code 2012-01-25 15:31:12 -05:00
nacl go.crypto/nacl/secretbox: fix append behaviour. 2013-06-10 18:03:26 -04:00
ocsp go.crypto/ocsp: pass in the issuing certificate. 2013-07-29 15:32:19 -04:00
openpgp go.crypto/openpgp: support v3 detached signatures. 2013-10-09 17:24:09 -04:00
otr go.crypto/otr: Reset Conversation.myKeyId for each AKE. 2013-09-22 15:38:36 -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/salsa: fix typo in comment and move TODO out of package comment. 2013-07-16 19:34:54 -04: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: (un)marshal data without type byte prefix. 2013-10-15 16:18:32 +11: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.