Added message about the function being safe against timing attacks.

https://bugs.php.net/bug.php?id=69230

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337052 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Pieter Hordijk 2015-06-25 11:29:56 +00:00
parent 6b84c9b874
commit f0e80e2c3f

View file

@ -23,6 +23,9 @@
the hash is included in it. This allows the verify function to verify the hash
without needing separate storage for the salt or algorithm information.
</para>
<para>
This function is safe against timing attacks.
</para>
</refsect1>
<refsect1 role="parameters">