Add support for libargon2

This commit is contained in:
Marcel Pociot
2023-05-31 10:03:40 +02:00
parent 09ba11affb
commit 4537bfb247
5 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
declare(strict_types=1);
namespace SPC\builder\macos\library;
class libargon2 extends MacOSLibraryBase
{
use \SPC\builder\unix\library\libargon2;
public const NAME = 'libargon2';
}