File "prime256v1.php"
Full Path: /home/amervokv/ecomlive.net/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php
File size: 447 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* prime256v1
*
* 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
*/
namespace Google\Site_Kit_Dependencies\phpseclib3\Crypt\EC\Curves;
final class prime256v1 extends \Google\Site_Kit_Dependencies\phpseclib3\Crypt\EC\Curves\secp256r1
{
}