No Description

Andreas Auernhammer c2843e01d9 poly1305: implement a subset of the hash.Hash interface 7 years ago
acme a4c6cb3142 acme: try to fetch nonce from directory first 6 years ago
argon2 ae8bce0030 crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection 7 years ago
bcrypt bc7917b19d bcrypt: benchmark defaults 7 years ago
blake2b 6407268620 blake2b: fix comments in grammar 6 years ago
blake2s 45a5f77698 all: fix typos 7 years ago
blowfish a57398324d all: deprecate broken and legacy packages 6 years ago
bn256 6635ad9975 bn256: fix String methods when g.p == nil 6 years ago
cast5 a57398324d all: deprecate broken and legacy packages 6 years ago
chacha20poly1305 614d502a4d chacha20poly1305: use x/sys/cpu feature variables directly 7 years ago
cryptobyte c05539cddb cryptobyte: fix typo in test 7 years ago
curve25519 193df9c0f0 curve25519: mask high bit when loading group point 6 years ago
ed25519 5ba7f63082 ed25519: actually be compatible with RFC 8032 7 years ago
hkdf e84da03127 hkdf: add Extract and Expand 7 years ago
internal 8dd112bcdc internal/chacha20: use x/sys/cpu for s390x feature detection 6 years ago
md4 a57398324d all: deprecate broken and legacy packages 6 years ago
nacl b8fe1690c6 all: fix ineffectual assignments 6 years ago
ocsp b8fe1690c6 all: fix ineffectual assignments 6 years ago
openpgp b8fe1690c6 all: fix ineffectual assignments 6 years ago
otr a57398324d all: deprecate broken and legacy packages 6 years ago
pbkdf2 d585fd2cc9 pbkdf2: add benchmarks 8 years ago
pkcs12 9c16a0384b pkcs12: add a note suggesting ToPEM for multiple certificates/keys 6 years ago
poly1305 c2843e01d9 poly1305: implement a subset of the hash.Hash interface 6 years ago
ripemd160 a57398324d all: deprecate broken and legacy packages 6 years ago
salsa20 37a17fe027 internal/subtle: add Any/InexactOverlap (new package) and apply them across packages 7 years ago
scrypt 45a5f77698 all: fix typos 7 years ago
sha3 e37aea1ec3 sha3: use x/sys/cpu for s390x feature detection 6 years ago
ssh 31a3858548 ssh/terminal: fix GetSize on Windows 6 years ago
tea a57398324d all: deprecate broken and legacy packages 6 years ago
twofish a57398324d all: deprecate broken and legacy packages 6 years ago
xtea a57398324d all: deprecate broken and legacy packages 6 years ago
xts ffb98f7385 xts: reduce tweak allocations 6 years ago
.gitattributes c89e568385 crypto: copying .gitattributes to all subrepositories 11 years ago
.gitignore 51bc81f679 convert .hgignore to .gitignore. 11 years ago
AUTHORS 5ef0053f77 all: use HTTPS for links that support it 8 years ago
CONTRIBUTING.md 21652f85b0 CONTRIBUTING.md: remove note about not accepting Pull Requests 7 years ago
CONTRIBUTORS 5ef0053f77 all: use HTTPS for links that support it 8 years ago
LICENSE a1a1826210 LICENSE: add 13 years ago
PATENTS e0c50b633f go.crypto: add PATENTS file to the subrepo. 13 years ago
README.md 4d70248d17 README: add improvements 8 years ago
codereview.cfg b7d6bf2c61 crypto: add codereview.cfg 10 years ago
go.mod 215aa809ca all: add a go.mod file 6 years ago
go.sum 215aa809ca all: add a go.mod file 6 years ago

README.md

Go Cryptography

This repository holds supplementary Go cryptography libraries.

Download/Install

The easiest way to install is to run go get -u golang.org/x/crypto/.... You can also manually git clone the repository to $GOPATH/src/golang.org/x/crypto.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the crypto repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/crypto:" in the subject line, so it is easy to find.

Note that contributions to the cryptography package receive additional scrutiny due to their sensitive nature. Patches may take longer than normal to receive feedback.