rclone/vendor/golang.org/x/crypto
2017-09-30 15:27:27 +01:00
..
acme vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
bcrypt vendor: update all dependencies 2017-07-23 08:51:42 +01:00
blake2b vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
blake2s vendor: update all dependencies 2017-07-23 08:51:42 +01:00
blowfish vendor: update all dependencies 2017-07-23 08:51:42 +01:00
bn256 Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
cast5 Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
chacha20poly1305 vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
cryptobyte vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
curve25519 vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
ed25519 vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
hkdf Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
md4 vendor: update all dependencies 2017-07-23 08:51:42 +01:00
nacl vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
ocsp vendor: update all dependencies 2017-07-23 08:51:42 +01:00
openpgp vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
otr Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
pbkdf2 Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
pkcs12 vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
poly1305 vendor: update all dependencies 2017-07-23 08:51:42 +01:00
ripemd160 Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
salsa20 vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
scrypt vendor: update all dependencies 2017-07-23 08:51:42 +01:00
sha3 vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
ssh vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
tea Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
twofish vendor: update all dependencies 2017-07-23 08:51:42 +01:00
xtea Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
xts vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
.gitattributes Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
.gitignore Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
AUTHORS vendor: update all dependencies 2017-07-23 08:51:42 +01:00
codereview.cfg Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
CONTRIBUTING.md Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
CONTRIBUTORS vendor: update all dependencies 2017-07-23 08:51:42 +01:00
LICENSE Use a vendor directory for repeatable builds - fixes #816 2016-11-05 18:18:08 +00:00
PATENTS Use a vendor directory for repeatable builds - fixes #816 2016-11-05 18:18:08 +00:00
README.md vendor: update all dependencies 2017-07-23 08:51:42 +01: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.