Skip to content

Commit 10bbd33

Browse files
committed
Change MAX_COMPATIBILITY_PAYLOAD_LENGTH
See #108
1 parent 35c0090 commit 10bbd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Encryption.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class Encryption
2222
{
2323
public const MAX_PAYLOAD_LENGTH = 4078;
24-
public const MAX_COMPATIBILITY_PAYLOAD_LENGTH = 3052;
24+
public const MAX_COMPATIBILITY_PAYLOAD_LENGTH = 2820;
2525

2626
/**
2727
* @return string padded payload (plaintext)

0 commit comments

Comments
 (0)