[mirror] Go supplementary cryptography libraries
Перейти к файлу
Igor Zhilianin 45a5f77698 all: fix typos
Change-Id: I62cbcfcd0be5f6a74d93b85b24ff7607533bb239
GitHub-Last-Rev: 9967869e70
GitHub-Pull-Request: golang/crypto#64
Reviewed-on: https://go-review.googlesource.com/c/145240
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-10-29 02:12:03 +00:00
acme acme/autocert: include rejected hostname in TLS handshake error when host not configured 2018-10-24 17:11:44 +00:00
argon2 crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection 2018-04-30 18:12:35 +00:00
bcrypt all: fix errors reported by vet, golint 2017-11-28 17:48:09 +00:00
blake2b all: fix typos 2018-10-29 02:12:03 +00:00
blake2s all: fix typos 2018-10-29 02:12:03 +00:00
blowfish all: use HTTPS for links that support it 2017-06-29 04:21:55 +00:00
bn256 all: gofmt 2018-06-17 04:21:18 +00:00
cast5
chacha20poly1305 chacha20poly1305: use x/sys/cpu feature variables directly 2018-08-20 15:07:26 +00:00
cryptobyte all: fix typos 2018-10-29 02:12:03 +00:00
curve25519 all: fix article typos 2017-09-15 13:46:28 +00:00
ed25519 ed25519: actually be compatible with RFC 8032 2018-05-31 19:11:17 +00:00
hkdf hkdf: add Extract and Expand 2018-10-25 21:37:31 +00:00
internal chacha20poly1305: add XChaCha20-Poly1305 2018-08-06 17:10:22 +00:00
md4 md4: move the example to the right directory 2017-07-20 17:59:35 +00:00
nacl internal/subtle: add Any/InexactOverlap (new package) and apply them across packages 2018-06-13 22:47:33 +00:00
ocsp all: fix typos 2018-10-29 02:12:03 +00:00
openpgp all: fix typos 2018-10-29 02:12:03 +00:00
otr
pbkdf2 pbkdf2: add benchmarks 2017-12-19 04:11:29 +00:00
pkcs12 all: run gofmt -s on source code 2017-11-28 19:40:09 +00:00
poly1305 poly1305: add additional test cases 2018-05-14 23:09:06 +00:00
ripemd160 all: fix typos 2018-10-29 02:12:03 +00:00
salsa20 internal/subtle: add Any/InexactOverlap (new package) and apply them across packages 2018-06-13 22:47:33 +00:00
scrypt all: fix typos 2018-10-29 02:12:03 +00:00
sha3 all: fix typos 2018-10-29 02:12:03 +00:00
ssh all: fix typos 2018-10-29 02:12:03 +00:00
tea all: fix errors reported by vet, golint 2017-11-28 17:48:09 +00:00
twofish all: use HTTPS for links that support it 2017-06-29 04:21:55 +00:00
xtea xtea: comment cleanup 2018-03-22 17:52:30 +00:00
xts internal/subtle: add Any/InexactOverlap (new package) and apply them across packages 2018-06-13 22:47:33 +00:00
.gitattributes
.gitignore
AUTHORS all: use HTTPS for links that support it 2017-06-29 04:21:55 +00:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:59 +00:00
CONTRIBUTORS all: use HTTPS for links that support it 2017-06-29 04:21:55 +00:00
LICENSE
PATENTS
README.md README: add improvements 2017-07-19 14:12:01 +00:00
codereview.cfg

README.md

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.