RAR3 Plugins: Replaced naive with true UTF8 to UTF16 conversion in optimized and pure kernels
This commit is contained in:
@@ -13,7 +13,7 @@ use Crypt::CBC;
|
||||
use Encode;
|
||||
use Digest::CRC qw (crc32);
|
||||
|
||||
sub module_constraints { [[0, 127], [8, 8], [0, 20], [8, 8], [-1, -1]] }
|
||||
sub module_constraints { [[0, 64], [8, 8], [0, 20], [8, 8], [-1, -1]] }
|
||||
|
||||
my $ITERATIONS = 0x40000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user