Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit61ea53d

Browse files
[Security/Core] Don't use ParagonIE_Sodium_Compat
1 parent57d73fc commit61ea53d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎src/Symfony/Component/Security/Core/Encoder/Argon2iPasswordEncoder.php‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ public static function isSupported()
2626
returntrue;
2727
}
2828

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-
3329
return\function_exists('sodium_crypto_pwhash_str') ||\extension_loaded('libsodium');
3430
}
3531

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp