Skip to content

Commit 48551cc

Browse files
committed
add linux support for libargon2
1 parent e0550b4 commit 48551cc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace SPC\builder\linux\library;
6+
7+
class libargon2 extends LinuxLibraryBase
8+
{
9+
use \SPC\builder\unix\library\libargon2;
10+
11+
public const NAME = 'libargon2';
12+
}

0 commit comments

Comments
 (0)