reg/vendor/golang.org/x/crypto
Jess Frazelle 7b8945c124
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-03-11 11:52:12 -04:00
..
acme update deps 2018-03-11 11:52:12 -04:00
argon2 update deps 2018-03-11 11:52:12 -04:00
bcrypt update deps 2018-03-06 10:32:47 -05:00
blake2b update deps 2018-03-06 10:41:43 -05:00
blake2s update deps 2018-03-06 10:32:47 -05:00
blowfish update deps 2018-03-06 10:32:47 -05:00
bn256 update deps 2018-03-06 10:41:43 -05:00
cast5 update deps 2018-03-06 10:32:47 -05:00
chacha20poly1305 update deps 2018-03-06 10:41:43 -05:00
cryptobyte update deps 2018-03-06 10:32:47 -05:00
curve25519 update deps 2018-03-06 10:32:47 -05:00
ed25519 update deps 2018-03-06 10:32:47 -05:00
hkdf update deps 2018-03-06 10:32:47 -05:00
internal/chacha20 update deps 2018-03-06 10:41:43 -05:00
md4 update deps 2018-03-06 10:32:47 -05:00
nacl update deps 2018-03-06 10:32:47 -05:00
ocsp update deps 2018-03-06 10:32:47 -05:00
openpgp update deps 2018-03-06 10:41:43 -05:00
otr update deps 2018-03-06 10:32:47 -05:00
pbkdf2 update deps 2018-03-06 10:41:43 -05:00
pkcs12 update deps 2018-03-06 10:32:47 -05:00
poly1305 update deps 2018-03-06 10:32:47 -05:00
ripemd160 update deps 2018-03-11 11:52:12 -04:00
salsa20 update deps 2018-03-06 10:32:47 -05:00
scrypt update deps 2018-03-06 10:32:47 -05:00
sha3 update deps 2018-03-06 10:32:47 -05:00
ssh update deps 2018-03-11 11:52:12 -04:00
tea update deps 2018-03-06 10:32:47 -05:00
twofish update deps 2018-03-06 10:32:47 -05:00
xtea update deps 2018-03-06 10:32:47 -05:00
xts update deps 2018-03-06 10:32:47 -05:00
.gitattributes switch to dep 2017-12-11 14:50:55 -05:00
.gitignore switch to dep 2017-12-11 14:50:55 -05:00
AUTHORS switch to dep 2017-12-11 14:50:55 -05:00
codereview.cfg switch to dep 2017-12-11 14:50:55 -05:00
CONTRIBUTING.md switch to dep 2017-12-11 14:50:55 -05:00
CONTRIBUTORS switch to dep 2017-12-11 14:50:55 -05:00
LICENSE switch to dep 2017-12-11 14:50:55 -05:00
PATENTS switch to dep 2017-12-11 14:50:55 -05:00
README.md switch to dep 2017-12-11 14:50:55 -05: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.