diff options
Diffstat (limited to 'vendor/paragonie/constant_time_encoding/README.md')
-rw-r--r-- | vendor/paragonie/constant_time_encoding/README.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/vendor/paragonie/constant_time_encoding/README.md b/vendor/paragonie/constant_time_encoding/README.md index cedddd863..211f0dc9f 100644 --- a/vendor/paragonie/constant_time_encoding/README.md +++ b/vendor/paragonie/constant_time_encoding/README.md @@ -1,6 +1,7 @@ # Constant-Time Encoding [](https://github.com/paragonie/constant_time_encoding/actions) +[](https://github.com/paragonie/constant_time_encoding/actions) [](https://packagist.org/packages/paragonie/constant_time_encoding) [](https://packagist.org/packages/paragonie/constant_time_encoding) [](https://packagist.org/packages/paragonie/constant_time_encoding) @@ -11,7 +12,7 @@ this library aims to offer character encoding functions that do not leak information about what you are encoding/decoding via processor cache misses. Further reading on [cache-timing attacks](http://blog.ircmaxell.com/2014/11/its-all-about-time.html). -Our fork offers the following enchancements: +Our fork offers the following enhancements: * `mbstring.func_overload` resistance * Unit tests @@ -22,10 +23,13 @@ Our fork offers the following enchancements: ## PHP Version Requirements -Version 2 of this library should work on **PHP 7** or newer. For PHP 5 -support, see [the v1.x branch](https://github.com/paragonie/constant_time_encoding/tree/v1.x). +Version 3 of this library should work on **PHP 8** or newer. -If you are adding this as a dependency to a project intended to work on both PHP 5 and PHP 7, please set the required version to `^1|^2` instead of just `^1` or `^2`. +Version 2 of this library should work on **PHP 7** or newer. See [the v2.x branch](https://github.com/paragonie/constant_time_encoding/tree/v2.x). + +For PHP 5 support, see [the v1.x branch](https://github.com/paragonie/constant_time_encoding/tree/v1.x). + +If you are adding this as a dependency to a project intended to work on PHP 5 through 8.4, please set the required version to `^1|^2|^3`. ## How to Install |