ceph-csi/vendor/golang.org/x/crypto
2019-01-14 20:15:09 +00:00
..
acme added vendors 2019-01-14 20:15:09 +00:00
argon2 added vendors 2019-01-14 20:15:09 +00:00
bcrypt added vendors 2019-01-14 20:15:09 +00:00
blake2b added vendors 2019-01-14 20:15:09 +00:00
blake2s added vendors 2019-01-14 20:15:09 +00:00
blowfish added vendors 2019-01-14 20:15:09 +00:00
bn256 added vendors 2019-01-14 20:15:09 +00:00
cast5 added vendors 2019-01-14 20:15:09 +00:00
chacha20poly1305 added vendors 2019-01-14 20:15:09 +00:00
cryptobyte added vendors 2019-01-14 20:15:09 +00:00
curve25519 added vendors 2019-01-14 20:15:09 +00:00
ed25519 added vendors 2019-01-14 20:15:09 +00:00
hkdf added vendors 2019-01-14 20:15:09 +00:00
internal added vendors 2019-01-14 20:15:09 +00:00
md4 added vendors 2019-01-14 20:15:09 +00:00
nacl added vendors 2019-01-14 20:15:09 +00:00
ocsp added vendors 2019-01-14 20:15:09 +00:00
openpgp added vendors 2019-01-14 20:15:09 +00:00
otr added vendors 2019-01-14 20:15:09 +00:00
pbkdf2 added vendors 2019-01-14 20:15:09 +00:00
pkcs12 added vendors 2019-01-14 20:15:09 +00:00
poly1305 added vendors 2019-01-14 20:15:09 +00:00
ripemd160 added vendors 2019-01-14 20:15:09 +00:00
salsa20 added vendors 2019-01-14 20:15:09 +00:00
scrypt added vendors 2019-01-14 20:15:09 +00:00
sha3 added vendors 2019-01-14 20:15:09 +00:00
ssh added vendors 2019-01-14 20:15:09 +00:00
tea added vendors 2019-01-14 20:15:09 +00:00
twofish added vendors 2019-01-14 20:15:09 +00:00
xtea added vendors 2019-01-14 20:15:09 +00:00
xts added vendors 2019-01-14 20:15:09 +00:00
.gitattributes added vendors 2019-01-14 20:15:09 +00:00
.gitignore added vendors 2019-01-14 20:15:09 +00:00
AUTHORS added vendors 2019-01-14 20:15:09 +00:00
codereview.cfg added vendors 2019-01-14 20:15:09 +00:00
CONTRIBUTING.md added vendors 2019-01-14 20:15:09 +00:00
CONTRIBUTORS added vendors 2019-01-14 20:15:09 +00:00
LICENSE added vendors 2019-01-14 20:15:09 +00:00
PATENTS added vendors 2019-01-14 20:15:09 +00:00
README.md added vendors 2019-01-14 20:15:09 +00: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.