Commit inicial con archivos existentes
This commit is contained in:
9
vendor/mollie/polyfill-libsodium/bootstrap.php
vendored
Executable file
9
vendor/mollie/polyfill-libsodium/bootstrap.php
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
if (!defined('\\Sodium\\CRYPTO_AUTH_BYTES')) {
|
||||
require __DIR__ . "/lib/sodium/constants.php";
|
||||
}
|
||||
|
||||
if(!is_callable("\\Sodium\\crypto_aead_aes256gcm_is_available") && is_callable("sodium_crypto_aead_aes256gcm_is_available")) {
|
||||
require __DIR__ . "/lib/sodium/functions.php";
|
||||
}
|
||||
Reference in New Issue
Block a user