opensaps/vendor/golang.org/x/crypto
2018-02-02 09:17:40 +05:00
..
acme Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
argon2 Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
bcrypt Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
blake2b Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
blake2s Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
blowfish Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
bn256 Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
cast5 Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
chacha20poly1305 Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
cryptobyte Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
curve25519 Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
ed25519 Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
hkdf Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
internal/chacha20 Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
md4 Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
nacl Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
ocsp Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
openpgp Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
otr Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
pbkdf2 Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
pkcs12 Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
poly1305 Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
ripemd160 Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
salsa20 Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
scrypt Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
sha3 Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
ssh Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
tea Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
twofish Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
xtea Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
xts Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
.gitattributes Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
.gitignore Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
AUTHORS Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
codereview.cfg Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
CONTRIBUTING.md Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
CONTRIBUTORS Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
LICENSE Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
PATENTS Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +05:00
README.md Updates regarding moving to source.pztrn.name and dependencies bundling with golang/dep. 2018-02-02 09:17:40 +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.