We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e7b6f commit 0ea60a5Copy full SHA for 0ea60a5
source/Jocic/Encoders/Base/Base64.php
@@ -477,7 +477,6 @@ public function mergeEncodingChunks($chunks)
477
// Algorithm Variables
478
479
$rMasks = [ 0x3F, 0x0F, 0x03, 0x0F ];
480
- $rShifts = [ 0x00, 0x3F, 0x03, 0x00 ];
481
$cIndexes = [ 0x00, 0x01, 0x01, 0x01 ];
482
$dShifts = [ 0x00, 0x02, 0x04, 0x06 ];
483
$bShifts = [ 0x00, 0x04, 0x02, 0x00 ];
0 commit comments