srvdav/vendor/golang.org/x/crypto
Vincent Batts 6feae25207
vendor: dep init
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-04-03 20:33:38 -04:00
..
acme vendor: dep init 2018-04-03 20:33:38 -04:00
argon2 vendor: dep init 2018-04-03 20:33:38 -04:00
bcrypt vendor: dep init 2018-04-03 20:33:38 -04:00
blake2b vendor: dep init 2018-04-03 20:33:38 -04:00
blake2s vendor: dep init 2018-04-03 20:33:38 -04:00
blowfish vendor: dep init 2018-04-03 20:33:38 -04:00
bn256 vendor: dep init 2018-04-03 20:33:38 -04:00
cast5 vendor: dep init 2018-04-03 20:33:38 -04:00
chacha20poly1305 vendor: dep init 2018-04-03 20:33:38 -04:00
cryptobyte vendor: dep init 2018-04-03 20:33:38 -04:00
curve25519 vendor: dep init 2018-04-03 20:33:38 -04:00
ed25519 vendor: dep init 2018-04-03 20:33:38 -04:00
hkdf vendor: dep init 2018-04-03 20:33:38 -04:00
internal/chacha20 vendor: dep init 2018-04-03 20:33:38 -04:00
md4 vendor: dep init 2018-04-03 20:33:38 -04:00
nacl vendor: dep init 2018-04-03 20:33:38 -04:00
ocsp vendor: dep init 2018-04-03 20:33:38 -04:00
openpgp vendor: dep init 2018-04-03 20:33:38 -04:00
otr vendor: dep init 2018-04-03 20:33:38 -04:00
pbkdf2 vendor: dep init 2018-04-03 20:33:38 -04:00
pkcs12 vendor: dep init 2018-04-03 20:33:38 -04:00
poly1305 vendor: dep init 2018-04-03 20:33:38 -04:00
ripemd160 vendor: dep init 2018-04-03 20:33:38 -04:00
salsa20 vendor: dep init 2018-04-03 20:33:38 -04:00
scrypt vendor: dep init 2018-04-03 20:33:38 -04:00
sha3 vendor: dep init 2018-04-03 20:33:38 -04:00
ssh vendor: dep init 2018-04-03 20:33:38 -04:00
tea vendor: dep init 2018-04-03 20:33:38 -04:00
twofish vendor: dep init 2018-04-03 20:33:38 -04:00
xtea vendor: dep init 2018-04-03 20:33:38 -04:00
xts vendor: dep init 2018-04-03 20:33:38 -04:00
.gitattributes vendor: dep init 2018-04-03 20:33:38 -04:00
.gitignore vendor: dep init 2018-04-03 20:33:38 -04:00
AUTHORS vendor: dep init 2018-04-03 20:33:38 -04:00
CONTRIBUTING.md vendor: dep init 2018-04-03 20:33:38 -04:00
CONTRIBUTORS vendor: dep init 2018-04-03 20:33:38 -04:00
LICENSE vendor: dep init 2018-04-03 20:33:38 -04:00
PATENTS vendor: dep init 2018-04-03 20:33:38 -04:00
README.md vendor: dep init 2018-04-03 20:33:38 -04:00
codereview.cfg vendor: dep init 2018-04-03 20:33:38 -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.