route/vendor/golang.org/x/crypto
Cadey Ratio 90536c6ec0 cmd/routed: add quic support 2017-12-11 18:51:45 -08:00
..
acme change from vendor to dep 2017-10-06 08:29:20 -07:00
bcrypt change from vendor to dep 2017-10-06 08:29:20 -07: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
hkdf cmd/routed: add quic support 2017-12-11 18:51:45 -08:00
nacl/secretbox make dep prune things 2017-12-11 10:38:19 -08:00
openpgp make dep prune things 2017-12-11 10:38:19 -08:00
pbkdf2 change from vendor to dep 2017-10-06 08:29:20 -07: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
tea change from vendor to dep 2017-10-06 08:29:20 -07:00
twofish change from vendor to dep 2017-10-06 08:29:20 -07:00
xtea change from vendor to dep 2017-10-06 08:29:20 -07: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.