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

..03-May-2022-

acme/H16-Oct-2020-

argon2/H16-Oct-2020-

bcrypt/H16-Oct-2020-

blake2b/H16-Oct-2020-

blake2s/H16-Oct-2020-

blowfish/H16-Oct-2020-

bn256/H16-Oct-2020-

cast5/H16-Oct-2020-

chacha20/H16-Oct-2020-

chacha20poly1305/H16-Oct-2020-

cryptobyte/H16-Oct-2020-

curve25519/H16-Oct-2020-

ed25519/H16-Oct-2020-

hkdf/H16-Oct-2020-

internal/H16-Oct-2020-

md4/H16-Oct-2020-

nacl/H16-Oct-2020-

ocsp/H16-Oct-2020-

openpgp/H16-Oct-2020-

otr/H16-Oct-2020-

pbkdf2/H16-Oct-2020-

pkcs12/H16-Oct-2020-

poly1305/H16-Oct-2020-

ripemd160/H16-Oct-2020-

salsa20/H16-Oct-2020-

scrypt/H16-Oct-2020-

sha3/H16-Oct-2020-

ssh/H16-Oct-2020-

tea/H16-Oct-2020-

twofish/H16-Oct-2020-

xtea/H16-Oct-2020-

xts/H16-Oct-2020-

.gitattributesH A D16-Oct-2020345

.gitignoreH A D16-Oct-202085

AUTHORSH A D16-Oct-2020174

CONTRIBUTING.mdH A D16-Oct-2020913

CONTRIBUTORSH A D16-Oct-2020171

LICENSEH A D16-Oct-20201.4 KiB

PATENTSH A D16-Oct-20201.3 KiB

README.mdH A D16-Oct-2020787

codereview.cfgH A D16-Oct-202021

go.modH A D16-Oct-2020155

go.sumH A D16-Oct-2020784

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