commit | 7042ebcbe097f305ba3a93f9a22b4befa4b83d29 | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <roland@golang.org> | Wed Dec 04 10:46:07 2024 -0800 |
committer | Gopher Robot <gobot@golang.org> | Wed Dec 04 19:36:17 2024 +0000 |
tree | 6301f9584db8fd637a86801645c8c024b5ccb2b2 | |
parent | 3e90321ac7bcee3d924ed63ed3ad97be2079cb56 [diff] |
openpgp/clearsign: just use rand.Reader in tests Instead of a convoluted fake rand, it is _basically_ just as fast, and fixes errors that pop up due to bad entropy. Fixes golang/go#70682 Change-Id: Ib0f605398d1092b516b03135f602c644be2a060f Reviewed-on: https://go-review.googlesource.com/c/crypto/+/633655 Reviewed-by: Tatiana Bradley <tatianabradley@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Roland Shoemaker <roland@golang.org> Reviewed-by: Filippo Valsorda <filippo@golang.org>
This repository holds supplementary Go cryptography packages.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/crypto.
The main issue tracker for the crypto repository is located at https://go.dev/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.