commit | 884d27f42877f544ba37fd9a6651180096180731 | [log] [tgz] |
---|---|---|
author | Bob McNaughton <bobmcn@gmail.com> | Thu Apr 16 20:40:09 2020 +0000 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Mon Apr 20 10:45:11 2020 +0000 |
tree | 30f618380b480db4344f935cd126fd913d8971f5 | |
parent | 0848c9571904fcbcb24543358ca8b5a7dbfde875 [diff] |
Update reference to CBC vulnerability in cipher.go The original referenced paper is no longer available. I contacted the author, and this is the reference he supplied. Change-Id: Ib5ad88932f2bfc12ff62639f7fb7c3ee568610d6 GitHub-Last-Rev: 2cf7d15c63a114952c90a018ea5afe085965202e GitHub-Pull-Request: golang/crypto#132 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/228638 Reviewed-by: Han-Wen Nienhuys <hanwen@google.com> Run-TryBot: Han-Wen Nienhuys <hanwen@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
This repository holds supplementary Go cryptography libraries.
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
.
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.