]> Cypherpunks repositories - gostls13.git/commit
crypto/cipher: add small CTR benchmark, remove CFB/OFB benchmarks
authorFilippo Valsorda <filippo@golang.org>
Sat, 26 Oct 2024 17:45:41 +0000 (19:45 +0200)
committerFilippo Valsorda <filippo@golang.org>
Mon, 18 Nov 2024 16:41:17 +0000 (16:41 +0000)
commit5a529e06c153141e7a2508c0b3c3f5f7a631a188
tree4500396bb26d8d3f1ab6f623e50b2688ed66ab2c
parent9489a2c9a7a5b9364824e8fb342209d8121f05ff
crypto/cipher: add small CTR benchmark, remove CFB/OFB benchmarks

CFB and OFB are mostly unused, and not a performance target.

Updates #39365
Updates #69445

Change-Id: Ice6441e4fee2112a9e72607c63e49dbc50441ba6
Reviewed-on: https://go-review.googlesource.com/c/go/+/621957
Reviewed-by: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
src/crypto/cipher/benchmark_test.go