cri-o/vendor/golang.org/x/crypto
Mrunal Patel 5f7ac28059 Update code for latest k8s
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2018-02-21 11:03:56 -08:00
..
cast5 vendor: remove dep and use vndr 2017-06-07 00:04:21 +02:00
curve25519 Update code for latest k8s 2018-02-21 11:03:56 -08:00
ed25519 Update code for latest k8s 2018-02-21 11:03:56 -08:00
openpgp Update code for latest k8s 2018-02-21 11:03:56 -08:00
LICENSE Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
PATENTS Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
README.md Update code for latest k8s 2018-02-21 11:03:56 -08: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.