From 39b5277747ebc43b679dbee5c3dd1c3c75df3b75 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 28 Jun 2025 12:25:22 +0000 Subject: Remove less than useful comment. --- src/lib/libcrypto/modes/gcm128.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/modes/gcm128.c b/src/lib/libcrypto/modes/gcm128.c index 8136c2cde2..2f9510e2b6 100644 --- a/src/lib/libcrypto/modes/gcm128.c +++ b/src/lib/libcrypto/modes/gcm128.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gcm128.c,v 1.51 2025/06/09 14:28:34 jsing Exp $ */ +/* $OpenBSD: gcm128.c,v 1.52 2025/06/28 12:25:22 jsing Exp $ */ /* ==================================================================== * Copyright (c) 2010 The OpenSSL Project. All rights reserved. * @@ -131,13 +131,6 @@ gcm_gmult_4bit(uint64_t Xi[2], const u128 Htable[16]) Xi[1] = htobe64(Z.lo); } -/* - * Streamed gcm_mult_4bit, see CRYPTO_gcm128_[en|de]crypt for - * details... Compiler-generated code doesn't seem to give any - * performance improvement, at least not on x86[_64]. It's here - * mostly as reference and a placeholder for possible future - * non-trivial optimization[s]... - */ static void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, size_t len) -- cgit v1.2.3-55-g6feb