Skip to content

Commit

Permalink
add linux support for libargon2
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Dec 19, 2023
1 parent e0550b4 commit 48551cc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/SPC/builder/linux/library/libargon2.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

declare(strict_types=1);

namespace SPC\builder\linux\library;

class libargon2 extends LinuxLibraryBase
{
use \SPC\builder\unix\library\libargon2;

public const NAME = 'libargon2';
}

0 comments on commit 48551cc

Please sign in to comment.