Add openssl argon2 password hash support for PHP 8.5

This commit is contained in:
crazywhalecc
2025-07-30 23:02:28 +08:00
parent 9ed3c8b498
commit 5f5d934d58
5 changed files with 37 additions and 3 deletions

View File

@@ -28,6 +28,8 @@ use SPC\store\FileSystem;
class openssl extends MacOSLibraryBase
{
use \SPC\builder\unix\library\openssl;
public const NAME = 'openssl';
/**