X25519.php 96 B

1234567
  1. <?php
  2. namespace ParagonIE\Sodium\Core;
  3. class X25519 extends \ParagonIE_Sodium_Core_X25519
  4. {
  5. }