coredns/vendor/golang.org/x/crypto
Miek Gieben 9d555ab8d2 Dep ensure -update (#1912)
* dep ensure -update

Signed-off-by: Miek Gieben <miek@miek.nl>

* Add new files

Signed-off-by: Miek Gieben <miek@miek.nl>
2018-06-30 09:07:33 -07:00
..
acme Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
argon2 plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
bcrypt plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
blake2b plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
blake2s plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
blowfish plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
bn256 Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
cast5 plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
chacha20poly1305 Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
cryptobyte plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
curve25519 plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
ed25519 Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
hkdf plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
internal Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
md4 plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
nacl Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
ocsp plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
openpgp Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
otr plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
pbkdf2 plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
pkcs12 plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
poly1305 plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
ripemd160 plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
salsa20 Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
scrypt plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
sha3 plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
ssh Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
tea plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
twofish plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
xtea plugin/etcdv3: Add etcd v3 plugin (#1702) 2018-06-30 16:19:13 +01:00
xts Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
.gitattributes Update vendor with go dep 2017-04-28 09:14:54 -07:00
.gitignore Update vendor with go dep 2017-04-28 09:14:54 -07:00
AUTHORS dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
codereview.cfg Update vendor with go dep 2017-04-28 09:14:54 -07:00
CONTRIBUTING.md Vendor update with github.com/ugorji/go and github.com/apache/thrift pinning (#1805) 2018-05-16 22:19:53 +01:00
CONTRIBUTORS dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
LICENSE Update vendor with go dep 2017-04-28 09:14:54 -07:00
PATENTS Update vendor with go dep 2017-04-28 09:14:54 -07:00
README.md dep ensure -update (#1001) 2017-08-28 08:49:28 -07: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.