Lines Matching +full:php +full:- +full:version
1 # Constant-Time Encoding
4 [](https:…
5 [](ht…
9 Based on the [constant-time base64 implementation made by Steve "Sc00bz" Thomas](https://github.com…
12 misses. Further reading on [cache-timing attacks](http://blog.ircmaxell.com/2014/11/its-all-about-t…
18 * Composer- and Packagist-ready
23 ## PHP Version Requirements
25 Version 2 of this library should work on **PHP 7** or newer. For PHP 5
28 … a dependency to a project intended to work on both PHP 5 and PHP 7, please set the required versi…
38 ```php
42 // require 'vendor/autoload.php';
65 ```php