rest-server/vendor/golang.org/x/crypto
2018-02-15 17:19:17 +01:00
..
acme Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
argon2 Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
bcrypt Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
blake2b Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
blake2s Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
blowfish Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
bn256 Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
cast5 Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
chacha20poly1305 Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
cryptobyte Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
curve25519 Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
ed25519 Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
hkdf Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
internal/chacha20 Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
md4 Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
nacl Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
ocsp Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
openpgp Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
otr Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
pbkdf2 Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
pkcs12 Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
poly1305 Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
ripemd160 Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
salsa20 Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
scrypt Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
sha3 Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
ssh Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
tea Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
twofish Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
xtea Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
xts Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
.gitattributes Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
.gitignore Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
AUTHORS Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
codereview.cfg Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
CONTRIBUTING.md Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
CONTRIBUTORS Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
LICENSE Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
PATENTS Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +01:00
README.md Enable support for bcrypt'd password hashes in htpasswd 2018-02-15 17:19:17 +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.