opensaps/vendor/golang.org/x/crypto
2019-02-25 17:24:19 +05:00
..
acme README update and missing dependencies. 2019-02-25 17:24:19 +05:00
argon2 Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
bcrypt Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
blake2b Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
blake2s Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
blowfish Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
bn256 Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
cast5 Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
chacha20poly1305 README update and missing dependencies. 2019-02-25 17:24:19 +05:00
cryptobyte Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
curve25519 Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
ed25519 Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
hkdf Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
internal README update and missing dependencies. 2019-02-25 17:24:19 +05:00
md4 Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
nacl README update and missing dependencies. 2019-02-25 17:24:19 +05:00
ocsp Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
openpgp README update and missing dependencies. 2019-02-25 17:24:19 +05:00
otr Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +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 Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
poly1305 README update and missing dependencies. 2019-02-25 17:24:19 +05:00
ripemd160 Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
salsa20 Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
scrypt Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
sha3 README update and missing dependencies. 2019-02-25 17:24:19 +05:00
ssh README update and missing dependencies. 2019-02-25 17:24:19 +05:00
tea Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
twofish Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
xtea Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +05:00
xts Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +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 Deps update, gopkg.lock fix, flagger initialization fix. 2019-02-25 16:29:48 +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.