1 <?php
2 namespace ParagonIE\Sodium\Core;
3
4 class XChaCha20 extends \ParagonIE_Sodium_Core_XChaCha20
5 {
6
7 }