1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/vendor/golang.org/x/crypto
Sebastiaan van Stijn 77c68a7f6e vendor: golang.org/x/crypto 75b288015ac94e66e3d6715fb68a9b41bf046ec2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-12 03:22:53 +02:00
..
ed25519 vendor: golang.org/x/crypto 75b288015ac94e66e3d6715fb68a9b41bf046ec2 2020-09-12 03:22:53 +02:00
otr update docker/docker and dependencies 2019-04-08 12:09:49 +02:00
ssh/test Re-vendor with newer vndr 2020-02-25 15:37:23 -05:00
go.mod vendor: golang.org/x/crypto 75b288015ac94e66e3d6715fb68a9b41bf046ec2 2020-09-12 03:22:53 +02:00
LICENSE bump docker/docker to master and unfork dependencies 2017-10-25 17:26:25 +02:00
PATENTS bump docker/docker to master and unfork dependencies 2017-10-25 17:26:25 +02:00
README.md bump docker/docker to master and unfork dependencies 2017-10-25 17:26:25 +02: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.