mirror of https://gitee.com/topnuomi/aes-rsa
32 lines
814 B
PHP
32 lines
814 B
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit1355f42973b44a945b2f34ed375ae65a
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'e' =>
|
|
array (
|
|
'encrypt\\' => 8,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'encrypt\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src',
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit1355f42973b44a945b2f34ed375ae65a::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit1355f42973b44a945b2f34ed375ae65a::$prefixDirsPsr4;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|