PHP Classes

File: autoload-pedantic.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP Sodium Compat   autoload-pedantic.php   Download  
File: autoload-pedantic.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: 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: 135 bytes
 

Contents

Class file image Download
<?php

require_once dirname(__FILE__) . '/autoload.php';
define('DO_PEDANTIC_TEST', true);

ParagonIE_Sodium_Compat::$fastMult = true;