Xsalsa20.php 100 Bytes
Newer Older
cyrille's avatar
cyrille committed
1 2 3 4 5 6 7
<?php
namespace ParagonIE\Sodium\Core;

class Xsalsa20 extends \ParagonIE_Sodium_Core_XSalsa20
{

}