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

..03-May-2022-

acme/H01-Jul-2019-

argon2/H01-Jul-2019-

bcrypt/H01-Jul-2019-

blake2b/H01-Jul-2019-

blake2s/H01-Jul-2019-

blowfish/H01-Jul-2019-

bn256/H01-Jul-2019-

cast5/H01-Jul-2019-

chacha20poly1305/H01-Jul-2019-

cryptobyte/H01-Jul-2019-

curve25519/H01-Jul-2019-

ed25519/H01-Jul-2019-

hkdf/H01-Jul-2019-

internal/H01-Jul-2019-

md4/H01-Jul-2019-

nacl/H01-Jul-2019-

ocsp/H01-Jul-2019-

openpgp/H01-Jul-2019-

otr/H01-Jul-2019-

pbkdf2/H01-Jul-2019-

pkcs12/H01-Jul-2019-

poly1305/H01-Jul-2019-

ripemd160/H01-Jul-2019-

salsa20/H01-Jul-2019-

scrypt/H01-Jul-2019-

sha3/H01-Jul-2019-

ssh/H01-Jul-2019-

tea/H01-Jul-2019-

twofish/H01-Jul-2019-

xtea/H01-Jul-2019-

xts/H01-Jul-2019-

.gitattributesH A D01-Jul-2019345

.gitignoreH A D01-Jul-201984

AUTHORSH A D01-Jul-2019174

CONTRIBUTING.mdH A D01-Jul-2019913

CONTRIBUTORSH A D01-Jul-2019171

LICENSEH A D01-Jul-20191.4 KiB

PATENTSH A D01-Jul-20191.3 KiB

README.mdH A D01-Jul-2019787

codereview.cfgH A D01-Jul-201921

go.modH A D01-Jul-2019146

go.sumH A D01-Jul-2019784

README.md

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