mirror of
https://github.com/Rushilwiz/dear-anon.git
synced 2025-04-20 04:00:15 -04:00
8 lines
100 B
PHP
8 lines
100 B
PHP
<?php
|
|
namespace ParagonIE\Sodium\Core;
|
|
|
|
class Xsalsa20 extends \ParagonIE_Sodium_Core_XSalsa20
|
|
{
|
|
|
|
}
|