commit | c90954cbb977fd7832b7baaec1e03e7c4dd38f52 | [log] [tgz] |
---|---|---|
author | woat <ahmad.s.rusdi@gmail.com> | Wed Sep 30 17:06:23 2020 +0000 |
committer | Filippo Valsorda <filippo@golang.org> | Fri Oct 02 09:40:18 2020 +0000 |
tree | b4b79db2f8e4c2c02027b76b948f84a7dea38343 | |
parent | eb9a90e9f9cb7f9bbc5a653e097fef273e13d5b9 [diff] |
nacl/auth: use Size instead of KeySize for Sum output Fixes golang/go#41692 Change-Id: If6e885ca2e016dfecf534093c989356142ec7823 GitHub-Last-Rev: fe67c18f18ccfc766687b8db4bda92b9f7879a2b GitHub-Pull-Request: golang/crypto#154 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/258357 Reviewed-by: Filippo Valsorda <filippo@golang.org> Trust: Roland Shoemaker <roland@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.