]> Cypherpunks repositories - gostls13.git/commit
crypto/rsa: add BenchmarkParsePKCS8PrivateKey and BenchmarkGenerateKey
authorFilippo Valsorda <filippo@golang.org>
Thu, 21 Nov 2024 12:30:47 +0000 (13:30 +0100)
committerGopher Robot <gobot@golang.org>
Fri, 22 Nov 2024 01:50:38 +0000 (01:50 +0000)
commit3b42687c56af9a7e52a8194e75c0dc14962b37b8
tree0644019f47072d926fa50460ef1ce6a287da76cb
parent0598229d9789294b968bdd7bf5e6997e8a0cc3e9
crypto/rsa: add BenchmarkParsePKCS8PrivateKey and BenchmarkGenerateKey

BenchmarkParsePKCS8PrivateKey is a useful high-level measure of the
performance of Validate + Precompute.

Change-Id: Ibc32bf7006cd6669019dc3c697566614ee348d0f
Reviewed-on: https://go-review.googlesource.com/c/go/+/630516
Reviewed-by: Russ Cox <rsc@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
src/crypto/rsa/rsa_test.go