Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyen Van Nguyen <[email protected]>
  • Loading branch information
nguyennv committed Nov 6, 2024
1 parent bea20b0 commit 51b5c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/LiteralMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public function encrypt(
? new PacketList([
...$this->getPackets(),
Padding::createPadding(
random_int(Config::PADDING_MIN, Config::PADDING_MAX)
random_int(Padding::PADDING_MIN, Padding::PADDING_MAX)
),
])
: $this->getPacketList();
Expand Down

0 comments on commit 51b5c6a

Please sign in to comment.