[mirror] Go supplementary cryptography libraries
Перейти к файлу
Brad Fitzpatrick 88915ccf7a acme, acme/autocert: switch to Go 1.7+ context package
The standard library context package has been available since Go 1.7,
and the Go build dashboard (build.golang.org) only tests master and
the past two releases.

Also, the acme package makes no backwards compatibility guarantees,
not that I expect this to influence many people.

Change-Id: Ia1a294212e1e531f28f53cd954d4743a64611cab
Reviewed-on: https://go-review.googlesource.com/39272
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Alex Vaghin <ddos@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-04-02 21:05:33 +00:00
acme acme, acme/autocert: switch to Go 1.7+ context package 2017-04-02 21:05:33 +00:00
bcrypt crypto: add import comments. 2014-12-09 23:26:36 +00:00
blake2b blake2b: register BLAKE2b 2017-03-02 19:32:28 +00:00
blake2s blake2s: register BLAKE2s 2017-03-02 19:32:44 +00:00
blowfish go.crypto/blowfish: fix typo in docstring in cipher.go 2016-06-07 17:52:46 +00:00
bn256 bn256: fix equations in comments 2016-12-06 19:59:59 +00:00
cast5 crypto: add import comments. 2014-12-09 23:26:36 +00:00
chacha20poly1305 crypto/chacha20poly1305: rename test vectors file 2017-01-26 20:06:16 +00:00
cryptobyte cryptobyte: new package. 2017-03-07 00:40:51 +00:00
curve25519 curve25519: avoid loss of R15 in -dynlink mode 2017-02-06 19:40:01 +00:00
ed25519 x/crypto/ed25519: add package. 2016-04-25 23:11:06 +00:00
hkdf crypto: add import comments. 2014-12-09 23:26:36 +00:00
md4 crypto: add import comments. 2014-12-09 23:26:36 +00:00
nacl nacl/secretbox: add license header and package prefix 2016-08-31 13:18:26 +00:00
ocsp ocsp: fix test flakiness 2017-02-09 19:00:49 +00:00
openpgp all: fix some vet warnings 2017-01-04 23:09:04 +00:00
otr otr: add missing return on error path 2017-01-18 18:54:26 +00:00
pbkdf2 crypto: add import comments. 2014-12-09 23:26:36 +00:00
pkcs12 pkcs12: fix ToPEM to not ignore non-nil error from getSafeContents 2017-03-17 16:37:34 +00:00
poly1305 poly1305: add burn-in test. 2017-02-09 23:39:01 +00:00
ripemd160 crypto: add import comments. 2014-12-09 23:26:36 +00:00
salsa20 salsa20/salsa: eliminate unnecessary "callee save" prologue/epilogue 2016-10-21 19:51:17 +00:00
scrypt scrypt: fix broken example in documentation 2016-09-10 03:01:29 +00:00
sha3 sha3: fix SP adjustment 2016-10-21 19:51:19 +00:00
ssh ssh: fix typo in unexported comment 2017-03-30 16:07:16 +00:00
tea x/crypto: add support for Tiny Encryption Algorithm (TEA) 2015-07-29 20:20:17 +00:00
twofish crypto: add import comments. 2014-12-09 23:26:36 +00:00
xtea crypto: add import comments. 2014-12-09 23:26:36 +00:00
xts crypto: add import comments. 2014-12-09 23:26:36 +00:00
.gitattributes crypto: copying .gitattributes to all subrepositories 2014-12-23 06:54:52 +00:00
.gitignore convert .hgignore to .gitignore. 2014-12-08 10:41:13 +11:00
AUTHORS go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00
CONTRIBUTING.md doc: add CONTRIBUTING.md 2015-02-18 23:42:20 +00:00
CONTRIBUTORS go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00
LICENSE LICENSE: add 2012-03-17 15:19:30 +11:00
PATENTS go.crypto: add PATENTS file to the subrepo. 2012-04-16 11:25:08 +10:00
README go.crypto: initial code 2012-01-25 15:31:12 -05:00
codereview.cfg crypto: add codereview.cfg 2015-03-18 17:04:25 +00:00

README

This repository holds supplementary Go cryptography libraries.

To submit changes to this repository, see http://golang.org/doc/contribute.html.