We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c0090 commit 10bbd33Copy full SHA for 10bbd33
src/Encryption.php
@@ -21,7 +21,7 @@
21
class Encryption
22
{
23
public const MAX_PAYLOAD_LENGTH = 4078;
24
- public const MAX_COMPATIBILITY_PAYLOAD_LENGTH = 3052;
+ public const MAX_COMPATIBILITY_PAYLOAD_LENGTH = 2820;
25
26
/**
27
* @return string padded payload (plaintext)
0 commit comments