1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/vendor/golang.org/x/crypto
Sebastiaan van Stijn 28156f4a2e
vendor: golang.org/x/crypto 0c34fe9e7dc2486962ef9867e3edb3503537209f
full diff: c1f2f97bff...0c34fe9e7d

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-06-15 16:20:37 +02:00
..
blowfish
chacha20 vendor: golang.org/x/crypto 0c34fe9e7dc2486962ef9867e3edb3503537209f 2021-06-15 16:20:37 +02:00
cryptobyte
curve25519 vendor: golang.org/x/crypto 0c34fe9e7dc2486962ef9867e3edb3503537209f 2021-06-15 16:20:37 +02:00
ed25519 vendor: golang.org/x/crypto 0c34fe9e7dc2486962ef9867e3edb3503537209f 2021-06-15 16:20:37 +02:00
internal/subtle vendor: golang.org/x/crypto 0c34fe9e7dc2486962ef9867e3edb3503537209f 2021-06-15 16:20:37 +02:00
nacl
ocsp
otr
pbkdf2
pkcs12
poly1305 vendor: golang.org/x/crypto 0c34fe9e7dc2486962ef9867e3edb3503537209f 2021-06-15 16:20:37 +02:00
salsa20/salsa vendor: golang.org/x/crypto 0c34fe9e7dc2486962ef9867e3edb3503537209f 2021-06-15 16:20:37 +02:00
ssh vendor: golang.org/x/crypto 0c34fe9e7dc2486962ef9867e3edb3503537209f 2021-06-15 16:20:37 +02:00
go.mod vendor: golang.org/x/crypto 0c34fe9e7dc2486962ef9867e3edb3503537209f 2021-06-15 16:20:37 +02:00
LICENSE
PATENTS
README.md vendor: golang.org/x/crypto 0c34fe9e7dc2486962ef9867e3edb3503537209f 2021-06-15 16:20:37 +02:00

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.