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 vendor: github.com/moby/buildkit v0.8.0-rc2 2020-11-19 10:31:35 +01:00
chacha20 vendor: golang.org/x/crypto 0c34fe9e7dc2486962ef9867e3edb3503537209f 2021-06-15 16:20:37 +02:00
cryptobyte vendor golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 2020-08-14 14:14:19 +08:00
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 vendor buildkit 6861f17f15364de0fe1fd1e6e8da07598a485123 2020-11-14 03:57:36 +00:00
ocsp vendor: golang.org/x/crypto c1f2f97bffc9c53fc40a1a28a5b460094c0050d9 2020-11-19 10:30:16 +01:00
otr Update golang.org/x/crypto 2019-03-21 16:48:45 +00:00
pbkdf2 Bump SwarmKit to f74983e7c015a38a81c8642803a78b8322cf7eac 2018-02-09 18:39:49 -08:00
pkcs12 vendor: golang.org/x/crypto c1f2f97bffc9c53fc40a1a28a5b460094c0050d9 2020-11-19 10:30:16 +01:00
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
LICENSE
PATENTS
README.md 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

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.