Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyen Van Nguyen <nguyennv1981@gmail.com>
  • Loading branch information
nguyennv committed Nov 6, 2024
1 parent fd9d34d commit bea20b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Packet/Signature.php
Original file line number Diff line number Diff line change
Expand Up @@ -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())
);
}
Expand Down

0 comments on commit bea20b0

Please sign in to comment.