Files
Roman Pyrih 7483681901 first commit
2026-04-21 15:48:41 +02:00

8 lines
100 B
PHP

<?php
namespace ParagonIE\Sodium\Core;
class ChaCha20 extends \ParagonIE_Sodium_Core_ChaCha20
{
}