b0y-101 Mini Shell


Current Path : E:/www/risk/libraries/vendor/phpseclib/phpseclib/phpseclib/Math/Common/
File Upload :
Current File : E:/www/risk/libraries/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php

<?php

/**
 * Finite Fields Base Class
 *
 * PHP version 5 and 7
 *
 * @category  Math
 * @package   BigInteger
 * @author    Jim Wigginton <terrafrost@php.net>
 * @copyright 2017 Jim Wigginton
 * @license   http://www.opensource.org/licenses/mit-license.html  MIT License
 */

namespace phpseclib3\Math\Common;

/**
 * Finite Fields
 *
 * @package Math
 * @author  Jim Wigginton <terrafrost@php.net>
 * @access  public
 */
abstract class FiniteField
{
}

Copyright © 2019 by b0y-101