sodium ext support.

This commit is contained in:
javalaw
2023-05-12 09:47:43 +00:00
parent 09f1574264
commit f0e431dd63
6 changed files with 56 additions and 1 deletions

View File

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