kops/vendor/golang.org/x/crypto
chrislovecnm 609e268a1d gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
..
acme gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
bcrypt gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
blake2b gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
blake2s gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
blowfish gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
bn256 gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
cast5 gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
chacha20poly1305 gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
cryptobyte gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
curve25519 gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
ed25519 gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
hkdf gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
md4 gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
nacl gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
ocsp gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
openpgp gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
otr gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
pbkdf2 gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
pkcs12 gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
poly1305 gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
ripemd160 gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
salsa20 gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
scrypt gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
sha3 gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
ssh gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
tea gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
twofish gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
xtea gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
xts gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
.gitattributes Add missing dependencies 2016-07-26 23:58:58 -04:00
.gitignore Add missing dependencies 2016-07-26 23:58:58 -04:00
AUTHORS Update vendor for k8s 1.8 2017-10-01 13:16:44 -04:00
CONTRIBUTING.md Add missing dependencies 2016-07-26 23:58:58 -04:00
CONTRIBUTORS Update vendor for k8s 1.8 2017-10-01 13:16:44 -04:00
LICENSE Add missing dependencies 2016-07-26 23:58:58 -04:00
PATENTS Add missing dependencies 2016-07-26 23:58:58 -04:00
README.md Update vendor for k8s 1.8 2017-10-01 13:16:44 -04:00
codereview.cfg Add missing dependencies 2016-07-26 23:58:58 -04: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.