[mirror] Go supplementary cryptography libraries
Перейти к файлу
Dan Kortschak bba287dce9 ocsp: fix typo
Change-Id: Icd770cee9ce183f75c49c301f96a4aab73e80303
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/381674
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Cherry Mui <cherryyz@google.com>
2022-02-08 23:39:18 +00:00
acme acme: expose Client KID field 2022-01-31 19:55:33 +00:00
argon2
bcrypt
blake2b
blake2s
blowfish
bn256
cast5
chacha20
chacha20poly1305
cryptobyte cryptobyte: fix parsing of large ASN.1 OIDs 2021-12-15 15:39:01 +00:00
curve25519
ed25519 ed25519: drop Go 1.12 compatibility 2022-02-08 05:03:32 +00:00
hkdf
internal internal/wycheproof: skip on builders with flaky network connections 2021-12-09 19:36:57 +00:00
md4
nacl
ocsp ocsp: fix typo 2022-02-08 23:39:18 +00:00
openpgp
otr
pbkdf2
pkcs12
poly1305
ripemd160
salsa20
scrypt
sha3
ssh ssh/agent: fix TestMalformedRequests 2022-01-26 17:37:29 +00:00
tea
twofish
xtea
xts
.gitattributes
.gitignore
AUTHORS
CONTRIBUTING.md
CONTRIBUTORS
LICENSE
PATENTS
README.md
codereview.cfg
go.mod all: upgrade x/net to latest 2021-11-17 18:39:48 +00:00
go.sum all: upgrade x/net to latest 2021-11-17 18:39:48 +00:00

README.md

Go Cryptography

Go Reference

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.