1
0
mirror of https://github.com/Luzifer/mondash.git synced 2024-09-20 17:32:57 +00:00
mondash/cmd/mondash-nagios/vendor/golang.org/x/crypto
Knut Ahlers e56709f7fa
Add mondash-nagios wrapper
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-01-20 19:59:23 +01:00
..
acme Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
argon2 Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
bcrypt Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
blake2b Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
blake2s Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
blowfish Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
bn256 Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
cast5 Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
chacha20poly1305 Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
cryptobyte Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
curve25519 Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
ed25519 Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
hkdf Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
internal/chacha20 Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
md4 Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
nacl Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
ocsp Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
openpgp Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
otr Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
pbkdf2 Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
pkcs12 Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
poly1305 Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
ripemd160 Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
salsa20 Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
scrypt Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
sha3 Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
ssh Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
tea Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
twofish Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
xtea Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
xts Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
.gitattributes Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
.gitignore Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
AUTHORS Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
codereview.cfg Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
CONTRIBUTING.md Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
CONTRIBUTORS Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
LICENSE Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
PATENTS Add mondash-nagios wrapper 2018-01-20 19:59:23 +01:00
README.md Add mondash-nagios wrapper 2018-01-20 19:59:23 +01: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.