miniflux-v2/vendor/golang.org/x/crypto
Frédéric Guillot 27196589fb Add FeedIcon API call and update dependencies 2017-12-16 11:25:18 -08:00
..
acme Add FeedIcon API call and update dependencies 2017-12-16 11:25:18 -08:00
bcrypt Add FeedIcon API call and update dependencies 2017-12-16 11:25:18 -08:00
blake2b First commit 2017-11-19 22:01:46 -08:00
blake2s First commit 2017-11-19 22:01:46 -08:00
blowfish First commit 2017-11-19 22:01:46 -08:00
bn256 Add FeedIcon API call and update dependencies 2017-12-16 11:25:18 -08:00
cast5 First commit 2017-11-19 22:01:46 -08:00
chacha20poly1305 First commit 2017-11-19 22:01:46 -08:00
cryptobyte First commit 2017-11-19 22:01:46 -08:00
curve25519 First commit 2017-11-19 22:01:46 -08:00
ed25519 First commit 2017-11-19 22:01:46 -08:00
hkdf First commit 2017-11-19 22:01:46 -08:00
md4 First commit 2017-11-19 22:01:46 -08:00
nacl Add FeedIcon API call and update dependencies 2017-12-16 11:25:18 -08:00
ocsp Add FeedIcon API call and update dependencies 2017-12-16 11:25:18 -08:00
openpgp Add FeedIcon API call and update dependencies 2017-12-16 11:25:18 -08:00
otr First commit 2017-11-19 22:01:46 -08:00
pbkdf2 First commit 2017-11-19 22:01:46 -08:00
pkcs12 Add FeedIcon API call and update dependencies 2017-12-16 11:25:18 -08:00
poly1305 First commit 2017-11-19 22:01:46 -08:00
ripemd160 First commit 2017-11-19 22:01:46 -08:00
salsa20 First commit 2017-11-19 22:01:46 -08:00
scrypt First commit 2017-11-19 22:01:46 -08:00
sha3 Add FeedIcon API call and update dependencies 2017-12-16 11:25:18 -08:00
ssh Add FeedIcon API call and update dependencies 2017-12-16 11:25:18 -08:00
tea Add FeedIcon API call and update dependencies 2017-12-16 11:25:18 -08:00
twofish First commit 2017-11-19 22:01:46 -08:00
xtea Add FeedIcon API call and update dependencies 2017-12-16 11:25:18 -08:00
xts First commit 2017-11-19 22:01:46 -08:00
.gitattributes First commit 2017-11-19 22:01:46 -08:00
.gitignore First commit 2017-11-19 22:01:46 -08:00
AUTHORS First commit 2017-11-19 22:01:46 -08:00
CONTRIBUTING.md First commit 2017-11-19 22:01:46 -08:00
CONTRIBUTORS First commit 2017-11-19 22:01:46 -08:00
LICENSE First commit 2017-11-19 22:01:46 -08:00
PATENTS First commit 2017-11-19 22:01:46 -08:00
README.md First commit 2017-11-19 22:01:46 -08:00
codereview.cfg First commit 2017-11-19 22:01:46 -08:00

README.md

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.