1
0
mirror of https://github.com/Luzifer/repo-template.git synced 2024-09-20 17:42:58 +00:00
repo-template/vendor/golang.org/x/crypto
2018-02-07 10:03:05 +01:00
..
acme Vendor deps 2018-02-07 10:03:05 +01:00
argon2 Vendor deps 2018-02-07 10:03:05 +01:00
bcrypt Vendor deps 2018-02-07 10:03:05 +01:00
blake2b Vendor deps 2018-02-07 10:03:05 +01:00
blake2s Vendor deps 2018-02-07 10:03:05 +01:00
blowfish Vendor deps 2018-02-07 10:03:05 +01:00
bn256 Vendor deps 2018-02-07 10:03:05 +01:00
cast5 Vendor deps 2018-02-07 10:03:05 +01:00
chacha20poly1305 Vendor deps 2018-02-07 10:03:05 +01:00
cryptobyte Vendor deps 2018-02-07 10:03:05 +01:00
curve25519 Vendor deps 2018-02-07 10:03:05 +01:00
ed25519 Vendor deps 2018-02-07 10:03:05 +01:00
hkdf Vendor deps 2018-02-07 10:03:05 +01:00
internal/chacha20 Vendor deps 2018-02-07 10:03:05 +01:00
md4 Vendor deps 2018-02-07 10:03:05 +01:00
nacl Vendor deps 2018-02-07 10:03:05 +01:00
ocsp Vendor deps 2018-02-07 10:03:05 +01:00
openpgp Vendor deps 2018-02-07 10:03:05 +01:00
otr Vendor deps 2018-02-07 10:03:05 +01:00
pbkdf2 Vendor deps 2018-02-07 10:03:05 +01:00
pkcs12 Vendor deps 2018-02-07 10:03:05 +01:00
poly1305 Vendor deps 2018-02-07 10:03:05 +01:00
ripemd160 Vendor deps 2018-02-07 10:03:05 +01:00
salsa20 Vendor deps 2018-02-07 10:03:05 +01:00
scrypt Vendor deps 2018-02-07 10:03:05 +01:00
sha3 Vendor deps 2018-02-07 10:03:05 +01:00
ssh Vendor deps 2018-02-07 10:03:05 +01:00
tea Vendor deps 2018-02-07 10:03:05 +01:00
twofish Vendor deps 2018-02-07 10:03:05 +01:00
xtea Vendor deps 2018-02-07 10:03:05 +01:00
xts Vendor deps 2018-02-07 10:03:05 +01:00
.gitattributes Vendor deps 2018-02-07 10:03:05 +01:00
.gitignore Vendor deps 2018-02-07 10:03:05 +01:00
AUTHORS Vendor deps 2018-02-07 10:03:05 +01:00
codereview.cfg Vendor deps 2018-02-07 10:03:05 +01:00
CONTRIBUTING.md Vendor deps 2018-02-07 10:03:05 +01:00
CONTRIBUTORS Vendor deps 2018-02-07 10:03:05 +01:00
LICENSE Vendor deps 2018-02-07 10:03:05 +01:00
PATENTS Vendor deps 2018-02-07 10:03:05 +01:00
README.md Vendor deps 2018-02-07 10:03:05 +01: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.