phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php

20 lines
393 B
PHP
Raw Normal View History

2018-10-25 01:00:37 +00:00
<?php
/**
* nistp192
*
* 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
*/
2019-06-28 00:10:40 +00:00
namespace phpseclib\Crypt\EC\Curves;
2018-10-25 01:00:37 +00:00
final class nistp192 extends secp192r1
{
}