commit | c8d3bf9c5392d5f66747f112cd55055d7a530b19 | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <rolandshoemaker@gmail.com> | Sun Nov 22 13:41:03 2020 -0800 |
committer | Roland Shoemaker <roland@golang.org> | Tue Nov 24 20:17:22 2020 +0000 |
tree | 942b21a6a3f510f4f2f3900fc47823b77835ca5d | |
parent | c1f2f97bffc9c53fc40a1a28a5b460094c0050d9 [diff] |
x/crypto/chacha20: fix typo in benchmark Change-Id: I003c389585a42089fc9cc595d1f5f1027cd482f2 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/272306 Trust: Roland Shoemaker <roland@golang.org> Run-TryBot: Roland Shoemaker <roland@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Katie Hockman <katie@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.