1
0
mirror of https://github.com/danog/tgseclib.git synced 2025-01-23 06:21:16 +01:00

20 lines
393 B
PHP
Raw Normal View History

2018-10-24 20:00:37 -05:00
<?php
/**
* nistp192
*
* PHP version 5 and 7
*
* @category Crypt
2019-06-27 19:10:40 -05:00
* @package EC
2018-10-24 20:00:37 -05: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-27 19:10:40 -05:00
namespace phpseclib\Crypt\EC\Curves;
2018-10-24 20:00:37 -05:00
final class nistp192 extends secp192r1
{
}