acme-dns/vendor/golang.org/x/crypto
Joona Hoikkala 09dc25d336
Update vendored dependencies (#147)
* Prepare readme for release

* Update vendored packages

* New version of dns dependency handles rejecting UPDATEs under the hood

* Go 1.11 required
2019-02-04 00:21:42 +02:00
..
acme Update vendored dependencies (#147) 2019-02-04 00:21:42 +02:00
argon2 Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
bcrypt Update vendored dependencies (#147) 2019-02-04 00:21:42 +02:00
blake2b Update vendored dependencies (#147) 2019-02-04 00:21:42 +02:00
blake2s Update vendored dependencies (#147) 2019-02-04 00:21:42 +02:00
blowfish Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
bn256 Update vendored dependencies (#147) 2019-02-04 00:21:42 +02:00
cast5 Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
chacha20poly1305 Update vendored dependencies (#147) 2019-02-04 00:21:42 +02:00
cryptobyte Update vendored dependencies (#147) 2019-02-04 00:21:42 +02:00
curve25519 Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
ed25519 Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
hkdf Update vendored dependencies (#147) 2019-02-04 00:21:42 +02:00
internal Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
md4 Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
nacl Update vendored dependencies (#147) 2019-02-04 00:21:42 +02:00
ocsp Update vendored dependencies (#147) 2019-02-04 00:21:42 +02:00
openpgp Update vendored dependencies (#147) 2019-02-04 00:21:42 +02:00
otr Update vendored dependencies (#147) 2019-02-04 00:21:42 +02:00
pbkdf2 Update dependencies (#32) 2018-01-22 11:19:33 +02:00
pkcs12 Update vendored dependencies (#147) 2019-02-04 00:21:42 +02:00
poly1305 Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
ripemd160 Update vendored dependencies (#147) 2019-02-04 00:21:42 +02:00
salsa20 Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
scrypt Update vendored dependencies (#147) 2019-02-04 00:21:42 +02:00
sha3 Update vendored dependencies (#147) 2019-02-04 00:21:42 +02:00
ssh Update vendored dependencies (#147) 2019-02-04 00:21:42 +02:00
tea Update dependencies (#32) 2018-01-22 11:19:33 +02:00
twofish Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
xtea Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
xts Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
.gitattributes Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
.gitignore Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
AUTHORS Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
codereview.cfg Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
CONTRIBUTING.md Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
CONTRIBUTORS Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
LICENSE Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
PATENTS Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
README.md Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +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.