acme-dns/vendor/golang.org/x/crypto
2018-08-10 16:51:32 +03:00
..
acme Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
argon2 Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
bcrypt Update dependencies (#32) 2018-01-22 11:19:33 +02:00
blake2b Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
blake2s Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
blowfish Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
bn256 Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
cast5 Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
chacha20poly1305 Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
cryptobyte Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03: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 Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +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 dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
ocsp Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
openpgp Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
otr Get rid of Iris and use julienschmidt/httprouter instead (#20) 2017-11-14 23:54:29 +02:00
pbkdf2 Update dependencies (#32) 2018-01-22 11:19:33 +02:00
pkcs12 Update dependencies (#32) 2018-01-22 11:19:33 +02:00
poly1305 Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
ripemd160 Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
salsa20 Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
scrypt Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
sha3 Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03:00
ssh Update dependencies and replace uuid library (#100) 2018-08-10 16:51:32 +03: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.