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

..03-May-2022-

acme/H22-Jun-2020-10,0137,794

argon2/H22-Jun-2020-1,059843

bcrypt/H22-Jun-2020-576445

blake2b/H22-Jun-2020-2,6422,220

blake2s/H22-Jun-2020-2,6422,325

blowfish/H22-Jun-2020-735626

bn256/H22-Jun-2020-2,4851,825

cast5/H22-Jun-2020-641547

chacha20/H22-Jun-2020-2,2871,769

chacha20poly1305/H22-Jun-2020-4,0603,346

cryptobyte/H22-Jun-2020-2,3471,784

curve25519/H22-Jun-2020-3,1892,836

ed25519/H22-Jun-2020-3,7613,217

hkdf/H22-Jun-2020-601491

internal/H22-Jun-2020-1,525861

md4/H22-Jun-2020-306222

nacl/H22-Jun-2020-1,279839

ocsp/H22-Jun-2020-1,6611,359

openpgp/H22-Jun-2020-11,7199,110

otr/H22-Jun-2020-2,6622,170

pbkdf2/H22-Jun-2020-255182

pkcs12/H22-Jun-2020-1,6331,153

poly1305/H22-Jun-2020-4,7284,056

ripemd160/H22-Jun-2020-364266

salsa20/H22-Jun-2020-1,7861,575

scrypt/H22-Jun-2020-404308

sha3/H22-Jun-2020-2,3581,670

ssh/H22-Jun-2020-23,62518,008

tea/H22-Jun-2020-211131

twofish/H22-Jun-2020-479361

xtea/H22-Jun-2020-388259

xts/H22-Jun-2020-287201

.gitattributesH A D22-Jun-2020345 119

.gitignoreH A D22-Jun-202085 32

AUTHORSH A D22-Jun-2020174 43

CONTRIBUTING.mdH A D22-Jun-2020913 2717

CONTRIBUTORSH A D22-Jun-2020171 43

LICENSEH A D22-Jun-20201.4 KiB2824

PATENTSH A D22-Jun-20201.3 KiB2320

README.mdH A D22-Jun-2020787 2214

codereview.cfgH A D22-Jun-202021 21

go.modH A D22-Jun-2020155 96

go.sumH A D22-Jun-2020784 98

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