reg/vendor/golang.org/x/crypto
Jess Frazelle 8e5eba8735
switch to dep
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 14:50:55 -05:00
..
acme switch to dep 2017-12-11 14:50:55 -05:00
bcrypt switch to dep 2017-12-11 14:50:55 -05:00
blake2b switch to dep 2017-12-11 14:50:55 -05:00
blake2s switch to dep 2017-12-11 14:50:55 -05:00
blowfish switch to dep 2017-12-11 14:50:55 -05:00
bn256 switch to dep 2017-12-11 14:50:55 -05:00
cast5 switch to dep 2017-12-11 14:50:55 -05:00
chacha20poly1305 switch to dep 2017-12-11 14:50:55 -05:00
cryptobyte switch to dep 2017-12-11 14:50:55 -05:00
curve25519 switch to dep 2017-12-11 14:50:55 -05:00
ed25519 switch to dep 2017-12-11 14:50:55 -05:00
hkdf switch to dep 2017-12-11 14:50:55 -05:00
md4 switch to dep 2017-12-11 14:50:55 -05:00
nacl switch to dep 2017-12-11 14:50:55 -05:00
ocsp switch to dep 2017-12-11 14:50:55 -05:00
openpgp switch to dep 2017-12-11 14:50:55 -05:00
otr switch to dep 2017-12-11 14:50:55 -05:00
pbkdf2 switch to dep 2017-12-11 14:50:55 -05:00
pkcs12 switch to dep 2017-12-11 14:50:55 -05:00
poly1305 switch to dep 2017-12-11 14:50:55 -05:00
ripemd160 switch to dep 2017-12-11 14:50:55 -05:00
salsa20 switch to dep 2017-12-11 14:50:55 -05:00
scrypt switch to dep 2017-12-11 14:50:55 -05:00
sha3 switch to dep 2017-12-11 14:50:55 -05:00
ssh switch to dep 2017-12-11 14:50:55 -05:00
tea switch to dep 2017-12-11 14:50:55 -05:00
twofish switch to dep 2017-12-11 14:50:55 -05:00
xtea switch to dep 2017-12-11 14:50:55 -05:00
xts switch to dep 2017-12-11 14:50:55 -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.