commit | eddbd5da4704b10e6e0fed8557625dcdbc8eb6c6 | [log] [tgz] |
---|---|---|
author | lukechampine <luke.champine@gmail.com> | Fri Feb 07 21:49:02 2020 +0000 |
committer | Filippo Valsorda <filippo@golang.org> | Fri Feb 21 23:14:36 2020 +0000 |
tree | 0e5f185f8335b886ae09c56ee1e0cf2bb4fa3913 | |
parent | 0f24fbd83dfbb33be4b41327d5a857464b89e3cd [diff] |
chacha20: add SetCounter method Fixes golang/go#35506 Change-Id: I5cfc6b4dc07ab368e370edaee11841c2c1377f82 GitHub-Last-Rev: 16147a1668a903532f2d3777b873ddad8f0f26f5 GitHub-Pull-Request: golang/crypto#108 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/206638 Run-TryBot: Filippo Valsorda <filippo@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.