dave/vendor/golang.org/x/crypto
2018-04-10 15:20:28 +02:00
..
acme Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
argon2 Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
bcrypt Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
blake2b Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
blake2s Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
blowfish Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
bn256 Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
cast5 Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
chacha20poly1305 Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
cryptobyte Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
curve25519 Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
ed25519 Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
hkdf Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
internal/chacha20 Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
md4 Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
nacl Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
ocsp Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
openpgp Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
otr Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
pbkdf2 Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
pkcs12 Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
poly1305 Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
ripemd160 Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
salsa20 Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
scrypt Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
sha3 Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
ssh Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
tea Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
twofish Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
xtea Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
xts Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
.gitattributes Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
.gitignore Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
AUTHORS Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
codereview.cfg Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
CONTRIBUTING.md Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
CONTRIBUTORS Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
LICENSE Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
PATENTS Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02:00
README.md Add user configuration and basic auth possibilities 2018-04-10 15:20:28 +02: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.