[mirror] Go supplementary cryptography libraries https://golang.org/x/crypto
Find a file
Gopher Robot 982eaa62df go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions.

Change-Id: Ic40aa8385f00dc3d3e3588a0e2555c8039ae6017
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/754160
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2026-03-11 07:17:49 -07:00
acme ssh,acme: clean up tautological/impossible nil conditions 2026-03-10 10:37:09 -07:00
argon2 all: fix some comments 2025-10-27 09:33:07 -07:00
bcrypt bcrypt: update InvalidCostError message to describe cost range inclusive 2025-05-12 11:46:18 -07:00
blake2b blake2b: implement hash.XOF 2025-06-30 09:39:26 -07:00
blake2s Revert "blake2s: add loong64 SIMD implementation" 2025-04-14 04:06:44 -07:00
blowfish all: bump go.mod version and drop compatibility shims 2024-06-26 15:12:35 +00:00
bn256 bn256: add missing symbols in comment 2024-09-10 20:43:33 +00:00
cast5 all: bump go.mod version and drop compatibility shims 2024-06-26 15:12:35 +00:00
chacha20 all: fix some typos in comment 2025-10-08 13:58:26 -07:00
chacha20poly1305 chacha20poly1305: error out in fips140=only mode 2025-12-10 06:07:36 -08:00
cryptobyte cryptobyte: fix typo 'octects' into 'octets' for asn1.go 2025-03-17 08:22:34 -07:00
curve25519 all: freeze and deprecate more packages 2025-09-09 12:19:31 -07:00
ed25519 all: freeze and deprecate more packages 2025-09-09 12:19:31 -07:00
hkdf all: bump go.mod version and drop compatibility shims 2024-06-26 15:12:35 +00:00
internal all: fix some typos in comment 2025-10-08 13:58:26 -07:00
md4 all: bump go.mod version and drop compatibility shims 2024-06-26 15:12:35 +00:00
nacl all: fix some typos in comment 2025-10-08 13:58:26 -07:00
ocsp all: bump go.mod version and drop compatibility shims 2024-06-26 15:12:35 +00:00
openpgp all: fix some typos in comment 2025-10-08 13:58:26 -07:00
otr all: eliminate vet diagnostics 2025-10-28 06:00:51 -07:00
pbkdf2 all: bump go.mod version and drop compatibility shims 2024-06-26 15:12:35 +00:00
pkcs12 all: freeze and deprecate more packages 2025-09-09 12:19:31 -07:00
poly1305 all: bump go.mod version and drop compatibility shims 2024-06-26 15:12:35 +00:00
ripemd160 all: bump go.mod version and drop compatibility shims 2024-06-26 15:12:35 +00:00
salsa20 all: freeze and deprecate more packages 2025-09-09 12:19:31 -07:00
scrypt scrypt: fix panic on parameters <= 0 2026-01-13 07:44:11 -08:00
sha3 sha3: make it mostly a wrapper around crypto/sha3 2025-10-22 18:01:01 -07:00
ssh ssh,acme: clean up tautological/impossible nil conditions 2026-03-10 10:37:09 -07:00
tea all: deprecate broken and legacy packages 2019-02-22 23:25:34 +00:00
twofish all: bump go.mod version and drop compatibility shims 2024-06-26 15:12:35 +00:00
x509roots all: upgrade go directive to at least 1.25.0 [generated] 2026-02-11 11:12:56 -08:00
xtea all: bump go.mod version and drop compatibility shims 2024-06-26 15:12:35 +00:00
xts all: freeze and deprecate more packages 2025-09-09 12:19:31 -07:00
.gitattributes crypto: copying .gitattributes to all subrepositories 2014-12-23 06:54:52 +00:00
.gitignore gitignore: remove obsolete reference to .hgignore in comment 2020-03-20 18:11:02 +00:00
codereview.cfg crypto: add codereview.cfg 2015-03-18 17:04:25 +00:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:59 +00:00
go.mod go.mod: update golang.org/x dependencies 2026-03-11 07:17:49 -07:00
go.sum go.mod: update golang.org/x dependencies 2026-03-11 07:17:49 -07:00
LICENSE LICENSE: update per Google Legal 2024-07-16 16:09:32 +00:00
PATENTS go.crypto: add PATENTS file to the subrepo. 2012-04-16 11:25:08 +10:00
README.md README: don't recommend go get 2024-11-04 00:10:25 +00:00

Go Cryptography

Go Reference

This repository holds supplementary Go cryptography packages.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.

The git repository is https://go.googlesource.com/crypto.

The main issue tracker for the crypto repository is located at https://go.dev/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.