mikrotik-exporter/vendor/golang.org/x/crypto
2017-09-04 22:52:14 -04:00
..
acme squash merge from dev branch 2017-09-04 22:52:14 -04:00
bcrypt squash merge from dev branch 2017-09-04 22:52:14 -04:00
blake2b squash merge from dev branch 2017-09-04 22:52:14 -04:00
blake2s squash merge from dev branch 2017-09-04 22:52:14 -04:00
blowfish squash merge from dev branch 2017-09-04 22:52:14 -04:00
bn256 squash merge from dev branch 2017-09-04 22:52:14 -04:00
cast5 squash merge from dev branch 2017-09-04 22:52:14 -04:00
chacha20poly1305 squash merge from dev branch 2017-09-04 22:52:14 -04:00
cryptobyte squash merge from dev branch 2017-09-04 22:52:14 -04:00
curve25519 squash merge from dev branch 2017-09-04 22:52:14 -04:00
ed25519 squash merge from dev branch 2017-09-04 22:52:14 -04:00
hkdf squash merge from dev branch 2017-09-04 22:52:14 -04:00
md4 squash merge from dev branch 2017-09-04 22:52:14 -04:00
nacl squash merge from dev branch 2017-09-04 22:52:14 -04:00
ocsp squash merge from dev branch 2017-09-04 22:52:14 -04:00
openpgp squash merge from dev branch 2017-09-04 22:52:14 -04:00
otr squash merge from dev branch 2017-09-04 22:52:14 -04:00
pbkdf2 squash merge from dev branch 2017-09-04 22:52:14 -04:00
pkcs12 squash merge from dev branch 2017-09-04 22:52:14 -04:00
poly1305 squash merge from dev branch 2017-09-04 22:52:14 -04:00
ripemd160 squash merge from dev branch 2017-09-04 22:52:14 -04:00
salsa20 squash merge from dev branch 2017-09-04 22:52:14 -04:00
scrypt squash merge from dev branch 2017-09-04 22:52:14 -04:00
sha3 squash merge from dev branch 2017-09-04 22:52:14 -04:00
ssh squash merge from dev branch 2017-09-04 22:52:14 -04:00
tea squash merge from dev branch 2017-09-04 22:52:14 -04:00
twofish squash merge from dev branch 2017-09-04 22:52:14 -04:00
xtea squash merge from dev branch 2017-09-04 22:52:14 -04:00
xts squash merge from dev branch 2017-09-04 22:52:14 -04:00
.gitattributes squash merge from dev branch 2017-09-04 22:52:14 -04:00
AUTHORS squash merge from dev branch 2017-09-04 22:52:14 -04:00
codereview.cfg squash merge from dev branch 2017-09-04 22:52:14 -04:00
CONTRIBUTING.md squash merge from dev branch 2017-09-04 22:52:14 -04:00
CONTRIBUTORS squash merge from dev branch 2017-09-04 22:52:14 -04:00
LICENSE squash merge from dev branch 2017-09-04 22:52:14 -04:00
PATENTS squash merge from dev branch 2017-09-04 22:52:14 -04:00
README.md squash merge from dev branch 2017-09-04 22:52:14 -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.