From e3ccb3c56768aedbca8467f14d57f4d3fb15ab0e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 18 Apr 2025 19:16:17 -0400 Subject: [PATCH] Rename files so it no longer looks like we are doing ghash --- src/ext/polyval/{ghash_ctmul.c => ctmul.c} | 0 src/ext/polyval/{ghash_ctmul64.c => ctmul64.c} | 0 src/ext/polyval/{ghash_pclmul.c => pclmul.c} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/ext/polyval/{ghash_ctmul.c => ctmul.c} (100%) rename src/ext/polyval/{ghash_ctmul64.c => ctmul64.c} (100%) rename src/ext/polyval/{ghash_pclmul.c => pclmul.c} (100%) diff --git a/src/ext/polyval/ghash_ctmul.c b/src/ext/polyval/ctmul.c similarity index 100% rename from src/ext/polyval/ghash_ctmul.c rename to src/ext/polyval/ctmul.c diff --git a/src/ext/polyval/ghash_ctmul64.c b/src/ext/polyval/ctmul64.c similarity index 100% rename from src/ext/polyval/ghash_ctmul64.c rename to src/ext/polyval/ctmul64.c diff --git a/src/ext/polyval/ghash_pclmul.c b/src/ext/polyval/pclmul.c similarity index 100% rename from src/ext/polyval/ghash_pclmul.c rename to src/ext/polyval/pclmul.c -- 2.47.3