DockerCLI/vendor/golang.org/x/crypto
Akihiro Suda 2d4e433fad
vendor.conf: golang.org/x/crypto v0.1.0
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2022-11-16 19:05:43 +09:00
..
blowfish vendor: golang.org/x/crypto 1d94cc7ab1c630336ab82ccb9c9cda72a875c382 2020-02-19 12:37:32 +01:00
chacha20 vendor.conf: golang.org/x/crypto v0.1.0 2022-11-16 19:05:43 +09:00
curve25519 vendor.conf: golang.org/x/crypto v0.1.0 2022-11-16 19:05:43 +09:00
ed25519 vendor.conf: golang.org/x/crypto v0.1.0 2022-11-16 19:05:43 +09:00
internal vendor.conf: golang.org/x/crypto v0.1.0 2022-11-16 19:05:43 +09:00
nacl/sign vendor.conf: golang.org/x/crypto v0.1.0 2022-11-16 19:05:43 +09:00
otr vendor github.com/docker/docker to bcaa613d823 2019-04-03 20:57:18 +00:00
pbkdf2 vendor.conf: golang.org/x/crypto v0.1.0 2022-11-16 19:05:43 +09:00
ssh vendor.conf: golang.org/x/crypto v0.1.0 2022-11-16 19:05:43 +09:00
LICENSE Add vendor 2017-04-17 18:12:58 -04:00
PATENTS Add vendor 2017-04-17 18:12:58 -04:00
README.md vendor.conf: golang.org/x/crypto v0.1.0 2022-11-16 19:05:43 +09:00
go.mod vendor.conf: golang.org/x/crypto v0.1.0 2022-11-16 19:05:43 +09:00

README.md

Go Cryptography

Go Reference

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.