binctr/vendor/golang.org/x/crypto
Jess Frazelle 94d1cfbfbf
update vendor
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-09-25 12:27:46 -04:00
..
acme update vendor 2018-09-25 12:27:46 -04:00
argon2 update vendor 2018-09-25 12:27:46 -04:00
bcrypt update vendor 2018-09-25 12:27:46 -04:00
blake2b update vendor 2018-09-25 12:27:46 -04:00
blake2s update vendor 2018-09-25 12:27:46 -04:00
blowfish update vendor 2018-09-25 12:27:46 -04:00
bn256 update vendor 2018-09-25 12:27:46 -04:00
cast5 update vendor 2018-09-25 12:27:46 -04:00
chacha20poly1305 update vendor 2018-09-25 12:27:46 -04:00
cryptobyte update vendor 2018-09-25 12:27:46 -04:00
curve25519 update vendor 2018-09-25 12:27:46 -04:00
ed25519 update vendor 2018-09-25 12:27:46 -04:00
hkdf update vendor 2018-09-25 12:27:46 -04:00
internal update vendor 2018-09-25 12:27:46 -04:00
md4 update vendor 2018-09-25 12:27:46 -04:00
nacl update vendor 2018-09-25 12:27:46 -04:00
ocsp update vendor 2018-09-25 12:27:46 -04:00
openpgp update vendor 2018-09-25 12:27:46 -04:00
otr update vendor 2018-09-25 12:27:46 -04:00
pbkdf2 update vendor 2018-09-25 12:27:46 -04:00
pkcs12 update vendor 2018-09-25 12:27:46 -04:00
poly1305 update vendor 2018-09-25 12:27:46 -04:00
ripemd160 update vendor 2018-09-25 12:27:46 -04:00
salsa20 update vendor 2018-09-25 12:27:46 -04:00
scrypt update vendor 2018-09-25 12:27:46 -04:00
sha3 update vendor 2018-09-25 12:27:46 -04:00
ssh update vendor 2018-09-25 12:27:46 -04:00
tea update vendor 2018-09-25 12:27:46 -04:00
twofish update vendor 2018-09-25 12:27:46 -04:00
xtea update vendor 2018-09-25 12:27:46 -04:00
xts update vendor 2018-09-25 12:27:46 -04:00
.gitattributes update vendor 2018-03-19 21:36:34 -04:00
.gitignore update vendor 2018-03-19 21:36:34 -04:00
AUTHORS update vendor 2018-03-19 21:36:34 -04:00
codereview.cfg update vendor 2018-03-19 21:36:34 -04:00
CONTRIBUTING.md update vendor 2018-03-19 21:36:34 -04:00
CONTRIBUTORS update vendor 2018-03-19 21:36:34 -04:00
LICENSE update vendor 2018-03-19 21:36:34 -04:00
PATENTS update vendor 2018-03-19 21:36:34 -04:00
README.md update vendor 2018-03-19 21:36:34 -04: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.