Loading core/lib/Drupal/Component/Utility/Crypt.php +2 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,8 @@ public static function hashEquals($known_string, $user_string) { * The number of random bytes to fetch and base64 encode. * * @return string * The base64 encoded result will have a length of up to 4 * $count. * A base-64 encoded string, with + replaced with -, / with _ and any = * padding characters removed. * * @see \Drupal\Component\Utility\Crypt::randomBytes() */ Loading Loading
core/lib/Drupal/Component/Utility/Crypt.php +2 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,8 @@ public static function hashEquals($known_string, $user_string) { * The number of random bytes to fetch and base64 encode. * * @return string * The base64 encoded result will have a length of up to 4 * $count. * A base-64 encoded string, with + replaced with -, / with _ and any = * padding characters removed. * * @see \Drupal\Component\Utility\Crypt::randomBytes() */ Loading