2023-12-16 00:46:10 +00:00

8 lines
100 B
PHP
Executable File

<?php
namespace ParagonIE\Sodium\Core;
class Poly1305 extends \ParagonIE_Sodium_Core_Poly1305
{
}