route/vendor/golang.org/x/crypto
Cadey Ratio 50c1deaa7d
change from vendor to dep
2017-10-06 08:29:20 -07:00
..
acme change from vendor to dep 2017-10-06 08:29:20 -07:00
bcrypt change from vendor to dep 2017-10-06 08:29:20 -07:00
blake2b change from vendor to dep 2017-10-06 08:29:20 -07:00
blake2s change from vendor to dep 2017-10-06 08:29:20 -07:00
blowfish change from vendor to dep 2017-10-06 08:29:20 -07:00
bn256 change from vendor to dep 2017-10-06 08:29:20 -07:00
cast5 change from vendor to dep 2017-10-06 08:29:20 -07:00
chacha20poly1305 change from vendor to dep 2017-10-06 08:29:20 -07:00
cryptobyte change from vendor to dep 2017-10-06 08:29:20 -07:00
curve25519 change from vendor to dep 2017-10-06 08:29:20 -07:00
ed25519 change from vendor to dep 2017-10-06 08:29:20 -07:00
hkdf change from vendor to dep 2017-10-06 08:29:20 -07:00
md4 change from vendor to dep 2017-10-06 08:29:20 -07:00
nacl change from vendor to dep 2017-10-06 08:29:20 -07:00
ocsp change from vendor to dep 2017-10-06 08:29:20 -07:00
openpgp change from vendor to dep 2017-10-06 08:29:20 -07:00
otr change from vendor to dep 2017-10-06 08:29:20 -07:00
pbkdf2 change from vendor to dep 2017-10-06 08:29:20 -07:00
pkcs12 change from vendor to dep 2017-10-06 08:29:20 -07:00
poly1305 change from vendor to dep 2017-10-06 08:29:20 -07:00
ripemd160 change from vendor to dep 2017-10-06 08:29:20 -07:00
salsa20 change from vendor to dep 2017-10-06 08:29:20 -07:00
scrypt change from vendor to dep 2017-10-06 08:29:20 -07:00
sha3 change from vendor to dep 2017-10-06 08:29:20 -07:00
ssh change from vendor to dep 2017-10-06 08:29:20 -07:00
tea change from vendor to dep 2017-10-06 08:29:20 -07:00
twofish change from vendor to dep 2017-10-06 08:29:20 -07:00
xtea change from vendor to dep 2017-10-06 08:29:20 -07:00
xts change from vendor to dep 2017-10-06 08:29:20 -07:00
.gitattributes change from vendor to dep 2017-10-06 08:29:20 -07:00
.gitignore change from vendor to dep 2017-10-06 08:29:20 -07:00
AUTHORS change from vendor to dep 2017-10-06 08:29:20 -07:00
CONTRIBUTING.md change from vendor to dep 2017-10-06 08:29:20 -07:00
CONTRIBUTORS change from vendor to dep 2017-10-06 08:29:20 -07:00
LICENSE change from vendor to dep 2017-10-06 08:29:20 -07:00
PATENTS change from vendor to dep 2017-10-06 08:29:20 -07:00
README.md change from vendor to dep 2017-10-06 08:29:20 -07:00
codereview.cfg change from vendor to dep 2017-10-06 08:29:20 -07:00

README.md

Go Cryptography

This repository holds supplementary Go cryptography libraries.

Download/Install

The easiest way to install is to run go get -u golang.org/x/crypto/.... You can also manually git clone the repository to $GOPATH/src/golang.org/x/crypto.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the crypto repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/crypto:" in the subject line, so it is easy to find.

Note that contributions to the cryptography package receive additional scrutiny due to their sensitive nature. Patches may take longer than normal to receive feedback.