ipld-eth-server/vendor/golang.org/x/crypto
Edvard Hübinette 518bfbaf54 Bump geth to 1.8.21 (#137)
* Bump geth to 1.8.21

* Bump vendored crypto library for go-ethereum
2019-01-16 10:54:01 +01:00
..
acme Bump geth to 1.8.21 (#137) 2019-01-16 10:54:01 +01:00
argon2 Add cold import script 2018-05-04 10:54:00 -05:00
bcrypt Bump geth to 1.8.21 (#137) 2019-01-16 10:54:01 +01:00
blake2b Bump geth to 1.8.21 (#137) 2019-01-16 10:54:01 +01:00
blake2s Bump geth to 1.8.21 (#137) 2019-01-16 10:54:01 +01:00
blowfish Add cold import script 2018-05-04 10:54:00 -05:00
bn256 Bump geth to 1.8.21 (#137) 2019-01-16 10:54:01 +01:00
cast5 Add cold import script 2018-05-04 10:54:00 -05:00
chacha20poly1305 Update dependencies 2018-09-13 16:14:35 -05:00
cryptobyte Bump geth to 1.8.21 (#137) 2019-01-16 10:54:01 +01:00
curve25519 Add cold import script 2018-05-04 10:54:00 -05:00
ed25519 Update dependencies 2018-09-13 16:14:35 -05:00
hkdf Bump geth to 1.8.21 (#137) 2019-01-16 10:54:01 +01:00
internal Update dependencies 2018-09-13 16:14:35 -05:00
md4 Add cold import script 2018-05-04 10:54:00 -05:00
nacl Update dependencies 2018-09-13 16:14:35 -05:00
ocsp Bump geth to 1.8.21 (#137) 2019-01-16 10:54:01 +01:00
openpgp Bump geth to 1.8.21 (#137) 2019-01-16 10:54:01 +01:00
otr Add cold import script 2018-05-04 10:54:00 -05:00
pbkdf2 Add cold import script 2018-05-04 10:54:00 -05:00
pkcs12 Add cold import script 2018-05-04 10:54:00 -05:00
poly1305 Update dependencies 2018-09-13 16:14:35 -05:00
ripemd160 Bump geth to 1.8.21 (#137) 2019-01-16 10:54:01 +01:00
salsa20 Update dependencies 2018-09-13 16:14:35 -05:00
scrypt Bump geth to 1.8.21 (#137) 2019-01-16 10:54:01 +01:00
sha3 Bump geth to 1.8.21 (#137) 2019-01-16 10:54:01 +01:00
ssh Bump geth to 1.8.21 (#137) 2019-01-16 10:54:01 +01:00
tea Add cold import script 2018-05-04 10:54:00 -05:00
twofish Add cold import script 2018-05-04 10:54:00 -05:00
xtea Add cold import script 2018-05-04 10:54:00 -05:00
xts Update dependencies 2018-09-13 16:14:35 -05:00
.gitattributes Add cold import script 2018-05-04 10:54:00 -05:00
.gitignore Add cold import script 2018-05-04 10:54:00 -05:00
AUTHORS Add cold import script 2018-05-04 10:54:00 -05:00
codereview.cfg Add cold import script 2018-05-04 10:54:00 -05:00
CONTRIBUTING.md Add cold import script 2018-05-04 10:54:00 -05:00
CONTRIBUTORS Add cold import script 2018-05-04 10:54:00 -05:00
LICENSE Add cold import script 2018-05-04 10:54:00 -05:00
PATENTS Add cold import script 2018-05-04 10:54:00 -05:00
README.md Add cold import script 2018-05-04 10:54:00 -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.