kube-plex/vendor/golang.org/x/crypto
2020-08-13 16:32:33 +08:00
..
acme Initial commit 2020-08-13 16:32:33 +08:00
argon2 Initial commit 2020-08-13 16:32:33 +08:00
bcrypt Initial commit 2020-08-13 16:32:33 +08:00
blake2b Initial commit 2020-08-13 16:32:33 +08:00
blake2s Initial commit 2020-08-13 16:32:33 +08:00
blowfish Initial commit 2020-08-13 16:32:33 +08:00
bn256 Initial commit 2020-08-13 16:32:33 +08:00
cast5 Initial commit 2020-08-13 16:32:33 +08:00
chacha20poly1305 Initial commit 2020-08-13 16:32:33 +08:00
cryptobyte Initial commit 2020-08-13 16:32:33 +08:00
curve25519 Initial commit 2020-08-13 16:32:33 +08:00
ed25519 Initial commit 2020-08-13 16:32:33 +08:00
hkdf Initial commit 2020-08-13 16:32:33 +08:00
md4 Initial commit 2020-08-13 16:32:33 +08:00
nacl Initial commit 2020-08-13 16:32:33 +08:00
ocsp Initial commit 2020-08-13 16:32:33 +08:00
openpgp Initial commit 2020-08-13 16:32:33 +08:00
otr Initial commit 2020-08-13 16:32:33 +08:00
pbkdf2 Initial commit 2020-08-13 16:32:33 +08:00
pkcs12 Initial commit 2020-08-13 16:32:33 +08:00
poly1305 Initial commit 2020-08-13 16:32:33 +08:00
ripemd160 Initial commit 2020-08-13 16:32:33 +08:00
salsa20 Initial commit 2020-08-13 16:32:33 +08:00
scrypt Initial commit 2020-08-13 16:32:33 +08:00
sha3 Initial commit 2020-08-13 16:32:33 +08:00
ssh Initial commit 2020-08-13 16:32:33 +08:00
tea Initial commit 2020-08-13 16:32:33 +08:00
twofish Initial commit 2020-08-13 16:32:33 +08:00
xtea Initial commit 2020-08-13 16:32:33 +08:00
xts Initial commit 2020-08-13 16:32:33 +08:00
.gitattributes Initial commit 2020-08-13 16:32:33 +08:00
.gitignore Initial commit 2020-08-13 16:32:33 +08:00
AUTHORS Initial commit 2020-08-13 16:32:33 +08:00
codereview.cfg Initial commit 2020-08-13 16:32:33 +08:00
CONTRIBUTING.md Initial commit 2020-08-13 16:32:33 +08:00
CONTRIBUTORS Initial commit 2020-08-13 16:32:33 +08:00
LICENSE Initial commit 2020-08-13 16:32:33 +08:00
PATENTS Initial commit 2020-08-13 16:32:33 +08:00
README.md Initial commit 2020-08-13 16:32:33 +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.