From 8307eb3b01497e79dc3f788046f2a92911bdf8c2 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sat, 7 Sep 2024 19:17:38 -0500 Subject: [PATCH] CS adjustment --- phpseclib/Crypt/Hash.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpseclib/Crypt/Hash.php b/phpseclib/Crypt/Hash.php index 7e1de7db..2d01807b 100644 --- a/phpseclib/Crypt/Hash.php +++ b/phpseclib/Crypt/Hash.php @@ -128,7 +128,7 @@ class Hash /** * Outer XOR (Internal HMAC) * - * Used only for sha512/* + * Used only for sha512 * * @see self::hash() * @var string @@ -138,7 +138,7 @@ class Hash /** * Inner XOR (Internal HMAC) * - * Used only for sha512/* + * Used only for sha512 * * @see self::hash() * @var string