mirror of
https://github.com/golang/crypto.git
synced 2026-06-17 06:02:24 +00:00
[mirror] Go supplementary cryptography libraries
https://golang.org/x/crypto
- Go 89.1%
- Assembly 10.6%
- C 0.3%
This is an automated CL which updates the NSS root bundle. [git-generate] go generate ./x509roots Change-Id: I448f9962a67bf042b04a2e34f16ae02a004d6edd Reviewed-on: https://go-review.googlesource.com/c/crypto/+/791040 Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org> LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> |
||
|---|---|---|
| acme | ||
| argon2 | ||
| bcrypt | ||
| blake2b | ||
| blake2s | ||
| blowfish | ||
| bn256 | ||
| cast5 | ||
| chacha20 | ||
| chacha20poly1305 | ||
| cryptobyte | ||
| curve25519 | ||
| ed25519 | ||
| hkdf | ||
| internal | ||
| md4 | ||
| nacl | ||
| ocsp | ||
| openpgp | ||
| otr | ||
| pbkdf2 | ||
| pkcs12 | ||
| poly1305 | ||
| ripemd160 | ||
| salsa20 | ||
| scrypt | ||
| sha3 | ||
| ssh | ||
| tea | ||
| twofish | ||
| x509roots | ||
| xtea | ||
| xts | ||
| .gitattributes | ||
| .gitignore | ||
| codereview.cfg | ||
| CONTRIBUTING.md | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| PATENTS | ||
| README.md | ||
Go Cryptography
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.