mikrotik-exporter/vendor/golang.org/x/crypto
Daniel Czerwonk f2866a3a2f News features and improvements (#8)
* added config file implementation, refactoring

* add gitignore

* improved test

* preperations for more metrics

* added resource metrics

* added first bgp metrics

* added asn as label for bgp metrics

* added prefix and message counts to bgp metrics

* simplified

* Update README.md

* added yaml dependency

* fixed go routine call

* added timeout

* clean up

* added TLS support

* set default api port for TLS

* added routes metric

* added missing log information
2018-03-20 21:28:10 -04:00
..
acme News features and improvements (#8) 2018-03-20 21:28:10 -04:00
argon2 News features and improvements (#8) 2018-03-20 21:28:10 -04:00
bcrypt removed uber zap from vendor and switched to dep from glide (#6) 2017-11-29 22:48:49 -05:00
blake2b News features and improvements (#8) 2018-03-20 21:28:10 -04:00
blake2s removed uber zap from vendor and switched to dep from glide (#6) 2017-11-29 22:48:49 -05:00
blowfish squash merge from dev branch 2017-09-04 22:52:14 -04:00
bn256 News features and improvements (#8) 2018-03-20 21:28:10 -04:00
cast5 squash merge from dev branch 2017-09-04 22:52:14 -04:00
chacha20poly1305 News features and improvements (#8) 2018-03-20 21:28:10 -04:00
cryptobyte removed uber zap from vendor and switched to dep from glide (#6) 2017-11-29 22:48:49 -05:00
curve25519 removed uber zap from vendor and switched to dep from glide (#6) 2017-11-29 22:48:49 -05:00
ed25519 News features and improvements (#8) 2018-03-20 21:28:10 -04:00
hkdf squash merge from dev branch 2017-09-04 22:52:14 -04:00
internal/chacha20 News features and improvements (#8) 2018-03-20 21:28:10 -04:00
md4 squash merge from dev branch 2017-09-04 22:52:14 -04:00
nacl removed uber zap from vendor and switched to dep from glide (#6) 2017-11-29 22:48:49 -05:00
ocsp removed uber zap from vendor and switched to dep from glide (#6) 2017-11-29 22:48:49 -05:00
openpgp News features and improvements (#8) 2018-03-20 21:28:10 -04:00
otr squash merge from dev branch 2017-09-04 22:52:14 -04:00
pbkdf2 News features and improvements (#8) 2018-03-20 21:28:10 -04:00
pkcs12 removed uber zap from vendor and switched to dep from glide (#6) 2017-11-29 22:48:49 -05:00
poly1305 squash merge from dev branch 2017-09-04 22:52:14 -04:00
ripemd160 News features and improvements (#8) 2018-03-20 21:28:10 -04:00
salsa20 removed uber zap from vendor and switched to dep from glide (#6) 2017-11-29 22:48:49 -05:00
scrypt removed uber zap from vendor and switched to dep from glide (#6) 2017-11-29 22:48:49 -05:00
sha3 News features and improvements (#8) 2018-03-20 21:28:10 -04:00
ssh News features and improvements (#8) 2018-03-20 21:28:10 -04:00
tea removed uber zap from vendor and switched to dep from glide (#6) 2017-11-29 22:48:49 -05:00
twofish squash merge from dev branch 2017-09-04 22:52:14 -04:00
xtea removed uber zap from vendor and switched to dep from glide (#6) 2017-11-29 22:48:49 -05:00
xts removed uber zap from vendor and switched to dep from glide (#6) 2017-11-29 22:48:49 -05:00
.gitattributes squash merge from dev branch 2017-09-04 22:52:14 -04:00
.gitignore News features and improvements (#8) 2018-03-20 21:28:10 -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 News features and improvements (#8) 2018-03-20 21:28:10 -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.