croc/vendor/golang.org/x/crypto
Zack Scholl 8ff1fe1d2a Bug fix: tarring in Windows and untarring in Linux
Also updated depdencies
2017-11-04 05:38:27 -06:00
..
acme Update dependencies 2017-10-20 06:29:52 -06:00
bcrypt Vendoring 2017-10-17 18:58:16 -06:00
blake2b Vendoring 2017-10-17 18:58:16 -06:00
blake2s Vendoring 2017-10-17 18:58:16 -06:00
blowfish Vendoring 2017-10-17 18:58:16 -06:00
bn256 Vendoring 2017-10-17 18:58:16 -06:00
cast5 Vendoring 2017-10-17 18:58:16 -06:00
chacha20poly1305 Vendoring 2017-10-17 18:58:16 -06:00
cryptobyte Vendoring 2017-10-17 18:58:16 -06:00
curve25519 Vendoring 2017-10-17 18:58:16 -06:00
ed25519 Bug fix: tarring in Windows and untarring in Linux 2017-11-04 05:38:27 -06:00
hkdf Vendoring 2017-10-17 18:58:16 -06:00
md4 Vendoring 2017-10-17 18:58:16 -06:00
nacl Vendoring 2017-10-17 18:58:16 -06:00
ocsp Update dependencies 2017-10-27 04:56:51 -06:00
openpgp Vendoring 2017-10-17 18:58:16 -06:00
otr Vendoring 2017-10-17 18:58:16 -06:00
pbkdf2 Vendoring 2017-10-17 18:58:16 -06:00
pkcs12 Vendoring 2017-10-17 18:58:16 -06:00
poly1305 Vendoring 2017-10-17 18:58:16 -06:00
ripemd160 Vendoring 2017-10-17 18:58:16 -06:00
salsa20 Vendoring 2017-10-17 18:58:16 -06:00
scrypt Vendoring 2017-10-17 18:58:16 -06:00
sha3 Vendoring 2017-10-17 18:58:16 -06:00
ssh Update dependencies 2017-10-27 04:56:51 -06:00
tea Vendoring 2017-10-17 18:58:16 -06:00
twofish Vendoring 2017-10-17 18:58:16 -06:00
xtea Vendoring 2017-10-17 18:58:16 -06:00
xts Vendoring 2017-10-17 18:58:16 -06:00
.gitattributes Vendoring 2017-10-17 18:58:16 -06:00
.gitignore Vendoring 2017-10-17 18:58:16 -06:00
AUTHORS Vendoring 2017-10-17 18:58:16 -06:00
CONTRIBUTING.md Vendoring 2017-10-17 18:58:16 -06:00
CONTRIBUTORS Vendoring 2017-10-17 18:58:16 -06:00
LICENSE Vendoring 2017-10-17 18:58:16 -06:00
PATENTS Vendoring 2017-10-17 18:58:16 -06:00
README.md Vendoring 2017-10-17 18:58:16 -06:00
codereview.cfg Vendoring 2017-10-17 18:58:16 -06: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.