Files
proxmox-selfservice/qa-tool/htdocs/oidc/phpseclib/Crypt/EC/Curves/nistk409.php
Sven Steinert fce31ebcd7 Viel neues
2026-04-30 12:06:00 +02:00

21 lines
384 B
PHP

<?php
/**
* nistk409
*
* PHP version 5 and 7
*
* @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
*/
declare(strict_types=1);
namespace phpseclib3\Crypt\EC\Curves;
final class nistk409 extends sect409k1
{
}