PHP Classes

File: autoload-fast.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP Sodium Compat   autoload-fast.php   Download  
File: autoload-fast.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Sodium Compat
Cryptographic functions of libsodium in pure PHP
Author: By
Last change: Fix capitalization
Adds directory to require_once calls.

Without the directory if the file autoload.php exists in a location on the
load path prior it will be loaded instead causing errors.
Date: 1 year ago
Size: 100 bytes
 

Contents

Class file image Download
<?php

require_once dirname(__FILE__) . '/autoload.php';
ParagonIE_Sodium_Compat::$fastMult = true;