commit | 37a17fe027db43f76fd88b056ddf588563fc8722 | [log] [tgz] |
---|---|---|
author | Filippo Valsorda <filippo@golang.org> | Tue May 08 20:09:24 2018 -0400 |
committer | Filippo Valsorda <filippo@golang.org> | Wed Jun 13 22:47:33 2018 +0000 |
tree | e91aaabe5f2a93b2dd263031af820930f49a0057 | |
parent | e6b1200d11b062b0e525730044b7de555b7ed66d [diff] |
internal/subtle: add Any/InexactOverlap (new package) and apply them across packages AnyOverlap and InexactOverlap implement checks for the aliasing requirements defined by the crypto/cipher interfaces. Apply them to all implementations as the actual requirement could be architecture-dependent and user code should not rely on undefined behavior. Updates golang/go#21624 Change-Id: I465de02fb3fec4e0c6f1fdee1ef6ae7ed5abff10 Reviewed-on: https://go-review.googlesource.com/112236 Reviewed-by: Brad Fitzpatrick <bradfitz@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.