• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

acme/H13-May-2021-

argon2/H13-May-2021-

bcrypt/H13-May-2021-

blake2b/H13-May-2021-

blake2s/H13-May-2021-

blowfish/H13-May-2021-

bn256/H13-May-2021-

cast5/H13-May-2021-

chacha20/H13-May-2021-

chacha20poly1305/H13-May-2021-

cryptobyte/H13-May-2021-

curve25519/H13-May-2021-

ed25519/H13-May-2021-

hkdf/H13-May-2021-

internal/H13-May-2021-

md4/H13-May-2021-

nacl/H13-May-2021-

ocsp/H13-May-2021-

openpgp/H13-May-2021-

otr/H13-May-2021-

pbkdf2/H13-May-2021-

pkcs12/H13-May-2021-

poly1305/H13-May-2021-

ripemd160/H13-May-2021-

salsa20/H13-May-2021-

scrypt/H13-May-2021-

sha3/H13-May-2021-

ssh/H13-May-2021-

tea/H13-May-2021-

twofish/H13-May-2021-

xtea/H13-May-2021-

xts/H13-May-2021-

.gitattributesH A D13-May-2021345

.gitignoreH A D13-May-202185

AUTHORSH A D13-May-2021174

CONTRIBUTING.mdH A D13-May-2021913

CONTRIBUTORSH A D13-May-2021171

LICENSEH A D13-May-20211.4 KiB

PATENTSH A D13-May-20211.3 KiB

README.mdH A D13-May-2021896

codereview.cfgH A D13-May-202121

go.modH A D13-May-2021247

go.sumH A D13-May-2021885

README.md

1# Go Cryptography
2
3[![Go Reference](https://pkg.go.dev/badge/golang.org/x/crypto.svg)](https://pkg.go.dev/golang.org/x/crypto)
4
5This repository holds supplementary Go cryptography libraries.
6
7## Download/Install
8
9The easiest way to install is to run `go get -u golang.org/x/crypto/...`. You
10can also manually git clone the repository to `$GOPATH/src/golang.org/x/crypto`.
11
12## Report Issues / Send Patches
13
14This repository uses Gerrit for code changes. To learn how to submit changes to
15this repository, see https://golang.org/doc/contribute.html.
16
17The main issue tracker for the crypto repository is located at
18https://github.com/golang/go/issues. Prefix your issue with "x/crypto:" in the
19subject line, so it is easy to find.
20
21Note that contributions to the cryptography package receive additional scrutiny
22due to their sensitive nature. Patches may take longer than normal to receive
23feedback.
24