go-mtree/vendor/golang.org/x/crypto
Vincent Batts 8d3cf7ea39
vendor: glide update
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2019-01-21 10:10:51 -05:00
..
acme vendor: glide update 2019-01-21 10:10:51 -05:00
argon2 vendor: glide update 2019-01-21 10:10:51 -05:00
bcrypt vendor: glide update 2019-01-21 10:10:51 -05:00
blake2b vendor: glide update 2019-01-21 10:10:51 -05:00
blake2s vendor: glide update 2019-01-21 10:10:51 -05:00
blowfish vendor: glide update 2019-01-21 10:10:51 -05:00
bn256 vendor: glide update 2019-01-21 10:10:51 -05:00
cast5 vendor golang.org/x/crypto using glide 2017-01-19 17:31:32 -05:00
chacha20poly1305 vendor: glide update 2019-01-21 10:10:51 -05:00
cryptobyte vendor: glide update 2019-01-21 10:10:51 -05:00
curve25519 vendor: glide update 2019-01-21 10:10:51 -05:00
ed25519 vendor: glide update 2019-01-21 10:10:51 -05:00
hkdf vendor: glide update 2019-01-21 10:10:51 -05:00
internal vendor: glide update 2019-01-21 10:10:51 -05:00
md4 vendor: glide update 2019-01-21 10:10:51 -05:00
nacl vendor: glide update 2019-01-21 10:10:51 -05:00
ocsp vendor: glide update 2019-01-21 10:10:51 -05:00
openpgp vendor: glide update 2019-01-21 10:10:51 -05:00
otr vendor: glide update 2019-01-21 10:10:51 -05:00
pbkdf2 vendor: glide update 2019-01-21 10:10:51 -05:00
pkcs12 vendor: glide update 2019-01-21 10:10:51 -05:00
poly1305 vendor: glide update 2019-01-21 10:10:51 -05:00
ripemd160 vendor: glide update 2019-01-21 10:10:51 -05:00
salsa20 vendor: glide update 2019-01-21 10:10:51 -05:00
scrypt vendor: glide update 2019-01-21 10:10:51 -05:00
sha3 vendor: glide update 2019-01-21 10:10:51 -05:00
ssh vendor: glide update 2019-01-21 10:10:51 -05:00
tea vendor: glide update 2019-01-21 10:10:51 -05:00
twofish vendor: glide update 2019-01-21 10:10:51 -05:00
xtea vendor: glide update 2019-01-21 10:10:51 -05:00
xts vendor: glide update 2019-01-21 10:10:51 -05:00
.gitattributes vendor golang.org/x/crypto using glide 2017-01-19 17:31:32 -05:00
.gitignore vendor golang.org/x/crypto using glide 2017-01-19 17:31:32 -05:00
AUTHORS vendor: glide update 2019-01-21 10:10:51 -05:00
codereview.cfg vendor: glide update 2019-01-21 10:10:51 -05:00
CONTRIBUTING.md vendor: glide update 2019-01-21 10:10:51 -05:00
CONTRIBUTORS vendor: glide update 2019-01-21 10:10:51 -05:00
LICENSE vendor golang.org/x/crypto using glide 2017-01-19 17:31:32 -05:00
PATENTS vendor golang.org/x/crypto using glide 2017-01-19 17:31:32 -05:00
README.md vendor: glide update 2019-01-21 10:10:51 -05:00

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.