mirror of
https://github.com/Rushilwiz/dear-anon.git
synced 2025-04-19 11:40:16 -04:00
8 lines
98 B
PHP
8 lines
98 B
PHP
<?php
|
|
namespace ParagonIE\Sodium\Core;
|
|
|
|
class Ed25519 extends \ParagonIE_Sodium_Core_Ed25519
|
|
{
|
|
|
|
}
|