commit | a5621b8965ebcec213d3a5b07500cfcc3a730ada | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Fri May 09 11:23:08 2014 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Fri May 09 11:23:08 2014 +0300 |
tree | 476bc1a085cae07974ced3c7c512118a6c65f275 | |
parent | 08ae84f82c9e83d5a7630d0adb621d5d638d6089 [diff] |
Add hash_equals() to ext/hash compat layer Introduced in PHP 5.6 Beta 1 (unfortunately, still undocumented). RFC: https://wiki.php.net/rfc/timing_attack (Yes, I am aware that the RFC talks about hash_compare(), the function was later renamed in the implementation.)