ipld-eth-server/vendor/golang.org/x/crypto
2019-07-23 15:26:18 -05:00
..
acme Update Geth to 1.9.0 2019-07-23 15:26:18 -05: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 Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
blake2s Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
blowfish Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
bn256 Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
cast5 Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
chacha20poly1305 Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
cryptobyte Bump geth to 1.8.21 (#137) 2019-01-16 10:54:01 +01:00
curve25519 Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
ed25519 Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
hkdf Bump geth to 1.8.21 (#137) 2019-01-16 10:54:01 +01:00
internal Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
md4 Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
nacl Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
ocsp Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
openpgp Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
otr Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
pbkdf2 Add cold import script 2018-05-04 10:54:00 -05:00
pkcs12 Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
poly1305 Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
ripemd160 Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
salsa20 Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
scrypt Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
sha3 Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
ssh Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
tea Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
twofish Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
xtea Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
xts Update Geth to 1.9.0 2019-07-23 15:26:18 -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
go.mod Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
go.sum Update Geth to 1.9.0 2019-07-23 15:26:18 -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.