commit | 0f24fbd83dfbb33be4b41327d5a857464b89e3cd | [log] [tgz] |
---|---|---|
author | Katie Hockman <katie@golang.org> | Tue Jan 14 17:48:21 2020 -0500 |
committer | Katie Hockman <katie@golang.org> | Fri Feb 21 17:05:53 2020 +0000 |
tree | 11f67badaf7fadbdc7b6ea3fffdad483f1c3fe61 | |
parent | bac4c82f69751a6dd76e702d54b3ceb88adab236 [diff] |
internal/wycheproof: add test for ChaCha20-Poly1305 AEAD encryption/decryption Change-Id: I71d62f95954a39c476bee55e22b6fcf96a196de1 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/214939 Run-TryBot: Katie Hockman <katie@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Filippo Valsorda <filippo@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.