No Description

Brian Gitonga Marete d43a35d821 openpgp: Add support for BZIP2-compressed data packets. 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 bf5456312c go.crypto/{curve25519,poly1305,salsa20/salsa}: add //go:noescape annotation 13 years ago
md4 470549d502 go.crypto: initial code 14 years ago
nacl c2ba5865a8 go.crypto/nacl/secretbox: fix append behaviour. 12 years ago
ocsp 3f4ad28b7c go.crypto/ocsp: make the zero value of RequestOptions valid and documented. 12 years ago
openpgp d43a35d821 openpgp: Add support for BZIP2-compressed data packets. 12 years ago
otr c9c0e06eed go.crypto/otr: expose IsEncrypted. 13 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 bf5456312c go.crypto/{curve25519,poly1305,salsa20/salsa}: add //go:noescape annotation 13 years ago
scrypt 97488752ad scrypt: 2x faster. 13 years ago
sha3 d52ec73510 go.crypto/sha3: change keccakF to stateless function 12 years ago
ssh c4711a569a go.crypto/ssh/terminal: don't save passwords in history. 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.