[mirror] Go supplementary cryptography libraries
Перейти к файлу
cuishuang 9e92970a1e bn256: add missing symbols in comment
Change-Id: Ibd48a070bd8ce35ef5795a8b73bc4ecac43a993e
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/611735
Run-TryBot: shuang cui <imcusg@gmail.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2024-09-10 20:43:33 +00:00
acme all: fix printf(var) mistakes detected by latest printf checker 2024-09-04 21:26:08 +00:00
argon2
bcrypt
blake2b blake2b: port blake2b_amd64.s to Avo 2024-09-04 20:34:46 +00:00
blake2s
blowfish
bn256 bn256: add missing symbols in comment 2024-09-10 20:43:33 +00:00
cast5
chacha20
chacha20poly1305 chacha20poly1305: Avo port of chacha20poly1305_amd64.s 2024-09-04 20:35:14 +00:00
cryptobyte
curve25519
ed25519
hkdf
internal internal/poly1305: Port sum_amd64.s to Avo 2024-09-04 20:35:25 +00:00
md4
nacl
ocsp
openpgp
otr
pbkdf2
pkcs12
poly1305
ripemd160
salsa20 salsa20/salsa: Port salsa20_amd64.s to Avo 2024-09-04 20:34:59 +00:00
scrypt
sha3
ssh
tea
twofish
x509roots
xtea
xts
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE
PATENTS
README.md
codereview.cfg
go.mod go.mod: update golang.org/x dependencies 2024-09-04 20:46:08 +00:00
go.sum go.mod: update golang.org/x dependencies 2024-09-04 20:46:08 +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.