route/vendor/golang.org/x/crypto
Cadey Ratio 18a2049013 cmd/construct: start work on eclier frontend 2018-01-21 20:28:06 -08:00
..
acme update deps, vendor mage 2018-01-16 20:32:37 -08:00
bcrypt upgrade all the dependencies 2018-01-03 11:19:49 -08:00
blowfish change from vendor to dep 2017-10-06 08:29:20 -07:00
cast5 change from vendor to dep 2017-10-06 08:29:20 -07:00
curve25519 cmd/routed: add quic support 2017-12-11 18:51:45 -08:00
ed25519 cmd/construct: start work on eclier frontend 2018-01-21 20:28:06 -08:00
hkdf cmd/routed: add quic support 2017-12-11 18:51:45 -08:00
internal/chacha20 cmd/construct: start work on eclier frontend 2018-01-21 20:28:06 -08:00
nacl/secretbox make dep prune things 2017-12-11 10:38:19 -08:00
openpgp upgrade all the dependencies 2018-01-03 11:19:49 -08:00
pbkdf2 upgrade all the dependencies 2018-01-03 11:19:49 -08:00
poly1305 change from vendor to dep 2017-10-06 08:29:20 -07:00
salsa20 change from vendor to dep 2017-10-06 08:29:20 -07:00
ssh cmd/construct: start work on eclier frontend 2018-01-21 20:28:06 -08:00
tea upgrade all the dependencies 2018-01-03 11:19:49 -08:00
twofish change from vendor to dep 2017-10-06 08:29:20 -07:00
xtea upgrade all the dependencies 2018-01-03 11:19:49 -08:00
.gitattributes change from vendor to dep 2017-10-06 08:29:20 -07:00
.gitignore change from vendor to dep 2017-10-06 08:29:20 -07:00
AUTHORS change from vendor to dep 2017-10-06 08:29:20 -07:00
CONTRIBUTING.md change from vendor to dep 2017-10-06 08:29:20 -07:00
CONTRIBUTORS change from vendor to dep 2017-10-06 08:29:20 -07:00
LICENSE change from vendor to dep 2017-10-06 08:29:20 -07:00
PATENTS change from vendor to dep 2017-10-06 08:29:20 -07:00
README.md change from vendor to dep 2017-10-06 08:29:20 -07:00
codereview.cfg change from vendor to dep 2017-10-06 08:29:20 -07:00

README.md

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.