8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d73fc commit 61ea53dCopy full SHA for 61ea53d
src/Symfony/Component/Security/Core/Encoder/Argon2iPasswordEncoder.php
@@ -26,10 +26,6 @@ public static function isSupported()
26
return true;
27
}
28
29
- if (class_exists('ParagonIE_Sodium_Compat') && method_exists('ParagonIE_Sodium_Compat', 'crypto_pwhash_is_available')) {
30
- return \ParagonIE_Sodium_Compat::crypto_pwhash_is_available();
31
- }
32
-
33
return \function_exists('sodium_crypto_pwhash_str') || \extension_loaded('libsodium');
34
35
0 commit comments