From bea20b0fef23b7b6e22a9820533f4e6c21d47214 Mon Sep 17 00:00:00 2001 From: Nguyen Van Nguyen Date: Wed, 6 Nov 2024 11:09:49 +0700 Subject: [PATCH] WIP Signed-off-by: Nguyen Van Nguyen --- src/Packet/Signature.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Packet/Signature.php b/src/Packet/Signature.php index 5eeff75..f1ee2e4 100644 --- a/src/Packet/Signature.php +++ b/src/Packet/Signature.php @@ -225,7 +225,7 @@ public static function createSignature( $salt = Random::string($hashAlgorithm->saltSize()); } else { $hashedSubpackets[] = Signature\NotationData::fromNotation( - NotationData::SALT_NOTATION, + Signature\NotationData::SALT_NOTATION, Random::string($hashAlgorithm->saltSize()) ); }