mbox series

[0/2] t/helper/test-tool: implement 'sha1-unsafe' helper

Message ID cover.1728671826.git.me@ttaylorr.com (mailing list archive)
Headers show
Series t/helper/test-tool: implement 'sha1-unsafe' helper | expand

Message

Taylor Blau Oct. 11, 2024, 6:37 p.m. UTC
This series implements a new 'sha1-unsafe' test helper, similar to
't/helper/test-tool sha1'.

I have found such a helper to be really handy when debugging the new
SHA1_UNSAFE build knobs, e.g., to easily compare the performance of the
safe versus unsafe routines, different unsafe variants, etc.

Taylor Blau (2):
  t/helper/test-sha1: prepare for an unsafe mode
  t/helper/test-tool: implement sha1-unsafe helper

 t/helper/test-hash.c   | 17 +++++++++++++----
 t/helper/test-sha1.c   |  7 ++++++-
 t/helper/test-sha1.sh  | 38 ++++++++++++++++++++++----------------
 t/helper/test-sha256.c |  2 +-
 t/helper/test-tool.c   |  1 +
 t/helper/test-tool.h   |  3 ++-
 6 files changed, 45 insertions(+), 23 deletions(-)


base-commit: 777489f9e09c8d0dd6b12f9d90de6376330577a2