phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php

20 lines
394 B
PHP
Raw Normal View History

2018-10-25 01:00:37 +00:00
<?php
/**
* nistk409
*
* PHP version 5 and 7
*
* @category Crypt
2019-06-28 00:10:40 +00:00
* @package EC
2018-10-25 01:00:37 +00:00
* @author Jim Wigginton <terrafrost@php.net>
* @copyright 2017 Jim Wigginton
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link http://pear.php.net/package/Math_BigInteger
*/
namespace phpseclib3\Crypt\EC\Curves;
2018-10-25 01:00:37 +00:00
final class nistk409 extends sect409k1
{
}