1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
cowyo/vendor/golang.org/x/crypto
2018-01-24 08:45:42 +11:00
..
acme Update all dependencies to latest 2018-01-24 08:45:42 +11:00
argon2 Update all dependencies to latest 2018-01-24 08:45:42 +11:00
bcrypt Update all dependencies to latest 2018-01-24 08:45:42 +11:00
blake2b Update all dependencies to latest 2018-01-24 08:45:42 +11:00
blake2s Update all dependencies to latest 2018-01-24 08:45:42 +11:00
blowfish Vendoring 2017-10-03 14:43:55 -04:00
bn256 Update all dependencies to latest 2018-01-24 08:45:42 +11:00
cast5 Vendoring 2017-10-03 14:43:55 -04:00
chacha20poly1305 Update all dependencies to latest 2018-01-24 08:45:42 +11:00
cryptobyte Vendoring 2017-10-03 14:43:55 -04:00
curve25519 Vendoring 2017-10-03 14:43:55 -04:00
ed25519 Update dependencies 2017-11-04 04:45:08 -06:00
hkdf Vendoring 2017-10-03 14:43:55 -04:00
internal/chacha20 Update all dependencies to latest 2018-01-24 08:45:42 +11:00
md4 Vendoring 2017-10-03 14:43:55 -04:00
nacl Update all dependencies to latest 2018-01-24 08:45:42 +11:00
ocsp Update all dependencies to latest 2018-01-24 08:45:42 +11:00
openpgp Update all dependencies to latest 2018-01-24 08:45:42 +11:00
otr Vendoring 2017-10-03 14:43:55 -04:00
pbkdf2 Update all dependencies to latest 2018-01-24 08:45:42 +11:00
pkcs12 Update all dependencies to latest 2018-01-24 08:45:42 +11:00
poly1305 Vendoring 2017-10-03 14:43:55 -04:00
ripemd160 Vendoring 2017-10-03 14:43:55 -04:00
salsa20 Vendoring 2017-10-03 14:43:55 -04:00
scrypt Vendoring 2017-10-03 14:43:55 -04:00
sha3 Update all dependencies to latest 2018-01-24 08:45:42 +11:00
ssh Update all dependencies to latest 2018-01-24 08:45:42 +11:00
tea Update all dependencies to latest 2018-01-24 08:45:42 +11:00
twofish Vendoring 2017-10-03 14:43:55 -04:00
xtea Update all dependencies to latest 2018-01-24 08:45:42 +11:00
xts Vendoring 2017-10-03 14:43:55 -04:00
.gitattributes Vendoring 2017-10-03 14:43:55 -04:00
.gitignore Vendoring 2017-10-03 14:43:55 -04:00
AUTHORS Vendoring 2017-10-03 14:43:55 -04:00
codereview.cfg Vendoring 2017-10-03 14:43:55 -04:00
CONTRIBUTING.md Vendoring 2017-10-03 14:43:55 -04:00
CONTRIBUTORS Vendoring 2017-10-03 14:43:55 -04:00
LICENSE Vendoring 2017-10-03 14:43:55 -04:00
PATENTS Vendoring 2017-10-03 14:43:55 -04:00
README.md Vendoring 2017-10-03 14:43:55 -04: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.