changeset 16 | a86126ab1dd4 |
parent 9 | 177826044cd9 |
child 18 | be944660c56a |
15:3d4e9c994f10 | 16:a86126ab1dd4 |
---|---|
1 <?php |
1 <?php |
2 namespace Sodium; |
2 namespace Sodium; |
3 |
|
4 require_once dirname(dirname(__FILE__)) . '/autoload.php'; |
|
3 |
5 |
4 use ParagonIE_Sodium_Compat; |
6 use ParagonIE_Sodium_Compat; |
5 |
7 |
6 /** |
8 /** |
7 * This file will monkey patch the pure-PHP implementation in place of the |
9 * This file will monkey patch the pure-PHP implementation in place of the |