No Description

Dave Cheney 0b167df1b4 go.crypto/ssh: additional coverage of message unmarshaling 12 years ago
bcrypt eccdd1285a go.crypto/bcrypt: fix interger overflow for cost == 31 13 years ago
blowfish 62944567d8 go.crypto: remove cipher.Reset() 13 years ago
bn256 84f97f92d0 go.crypto/bn256: updates tests in light of b2b2ae1f5140. 13 years ago
cast5 eca6c1626e go.crypto: remove unreachable code. 12 years ago
curve25519 5a4ea2fde3 go.crypto/curve25519: rewrite generic code to be constant time. 12 years ago
md4 470549d502 go.crypto: initial code 14 years ago
nacl c2ba5865a8 go.crypto/nacl/secretbox: fix append behaviour. 12 years ago
ocsp 16d76afb29 go.crypto/ocsp: pass in the issuing certificate. 12 years ago
openpgp 7bb6c099c0 go.crypto/openpgp: support v3 detached signatures. 12 years ago
otr a3c6050446 go.crypto/otr: Reset Conversation.myKeyId for each AKE. 12 years ago
pbkdf2 907750ef23 go.crypto/pbkdf2: New package 14 years ago
poly1305 bf5456312c go.crypto/{curve25519,poly1305,salsa20/salsa}: add //go:noescape annotation 13 years ago
ripemd160 470549d502 go.crypto: initial code 14 years ago
salsa20 396847505b go.crypto/salsa: fix typo in comment and move TODO out of package comment. 12 years ago
scrypt 97488752ad scrypt: 2x faster. 13 years ago
sha3 d52ec73510 go.crypto/sha3: change keccakF to stateless function 12 years ago
ssh 0b167df1b4 go.crypto/ssh: additional coverage of message unmarshaling 12 years ago
twofish 62944567d8 go.crypto: remove cipher.Reset() 13 years ago
xtea 62944567d8 go.crypto: remove cipher.Reset() 13 years ago
xts e6db49c37b xts: add package. 13 years ago
.hgignore f61fbb80d2 go.empty: prototype for new subrepository 14 years ago
AUTHORS f61fbb80d2 go.empty: prototype for new subrepository 14 years ago
CONTRIBUTORS f61fbb80d2 go.empty: prototype for new subrepository 14 years ago
LICENSE a1a1826210 LICENSE: add 13 years ago
PATENTS e0c50b633f go.crypto: add PATENTS file to the subrepo. 13 years ago
README 470549d502 go.crypto: initial code 14 years ago
codereview.cfg f61fbb80d2 go.empty: prototype for new subrepository 14 years ago

README

This repository holds supplementary Go cryptography libraries.

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