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

..10-Oct-2017-

acme/H10-Oct-2017-5,4034,216

bcrypt/H10-Oct-2017-576445

blake2b/H10-Oct-2017-2,5342,124

blake2s/H10-Oct-2017-2,5872,270

blowfish/H10-Oct-2017-727626

bn256/H10-Oct-2017-2,4421,796

cast5/H10-Oct-2017-634547

chacha20poly1305/H10-Oct-2017-3,7633,051

cryptobyte/H10-Oct-2017-2,1431,619

curve25519/H10-Oct-2017-2,9912,639

ed25519/H10-Oct-2017-3,5613,115

hkdf/H10-Oct-2017-509412

md4/H10-Oct-2017-302222

nacl/H10-Oct-2017-924585

ocsp/H10-Oct-2017-1,6551,360

openpgp/H10-Oct-2017-10,8248,403

otr/H10-Oct-2017-2,6582,170

pbkdf2/H10-Oct-2017-236167

pkcs12/H10-Oct-2017-1,6331,152

poly1305/H10-Oct-2017-936718

ripemd160/H10-Oct-2017-348257

salsa20/H10-Oct-2017-1,7451,550

scrypt/H10-Oct-2017-435339

sha3/H10-Oct-2017-1,6411,213

ssh/H10-Oct-2017-19,69014,936

tea/H10-Oct-2017-204131

twofish/H10-Oct-2017-473361

xtea/H10-Oct-2017-380259

xts/H10-Oct-2017-244166

.gitattributesH A D10-Oct-2017345 119

.gitignoreH A D10-Oct-201784 32

AUTHORSH A D10-Oct-2017174 43

CONTRIBUTING.mdH A D10-Oct-20171 KiB3219

CONTRIBUTORSH A D10-Oct-2017171 43

LICENSEH A D10-Oct-20171.4 KiB2824

PATENTSH A D10-Oct-20171.3 KiB2320

README.mdH A D10-Oct-2017787 2214

codereview.cfgH A D10-Oct-201721 21

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