dns/vendor/golang.org/x/crypto
Miek Gieben 8a56deec68
Update deps (#981)
* update deps

Signed-off-by: Miek Gieben <miek@miek.nl>
2019-06-06 07:36:43 +01:00
..
ed25519 Update deps (#981) 2019-06-06 07:36:43 +01:00
.gitattributes 458+dep (#591) 2017-11-27 10:49:53 +00:00
.gitignore 458+dep (#591) 2017-11-27 10:49:53 +00:00
AUTHORS 458+dep (#591) 2017-11-27 10:49:53 +00:00
CONTRIBUTING.md dep ensure -update (#697) 2018-06-07 19:14:42 +01:00
CONTRIBUTORS 458+dep (#591) 2017-11-27 10:49:53 +00:00
LICENSE 458+dep (#591) 2017-11-27 10:49:53 +00:00
PATENTS 458+dep (#591) 2017-11-27 10:49:53 +00:00
README.md 458+dep (#591) 2017-11-27 10:49:53 +00:00
codereview.cfg 458+dep (#591) 2017-11-27 10:49:53 +00:00
go.mod Update deps (#981) 2019-06-06 07:36:43 +01:00
go.sum Update deps (#981) 2019-06-06 07:36:43 +01: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.