Subversion Repositories oidplus

Rev

Rev 846 | Rev 1042 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 846 Rev 874
Line 5... Line 5...
5
 *
5
 *
6
 * Utilizes the factory design pattern
6
 * Utilizes the factory design pattern
7
 *
7
 *
8
 * PHP version 5 and 7
8
 * PHP version 5 and 7
9
 *
9
 *
-
 
10
 * @category  Math
-
 
11
 * @package   BigInteger
10
 * @author    Jim Wigginton <terrafrost@php.net>
12
 * @author    Jim Wigginton <terrafrost@php.net>
11
 * @copyright 2017 Jim Wigginton
13
 * @copyright 2017 Jim Wigginton
12
 * @license   http://www.opensource.org/licenses/mit-license.html  MIT License
14
 * @license   http://www.opensource.org/licenses/mit-license.html  MIT License
13
 */
15
 */
14
 
16
 
Line 19... Line 21...
19
use phpseclib3\Math\Common\FiniteField;
21
use phpseclib3\Math\Common\FiniteField;
20
 
22
 
21
/**
23
/**
22
 * Binary Finite Fields
24
 * Binary Finite Fields
23
 *
25
 *
-
 
26
 * @package Math
24
 * @author  Jim Wigginton <terrafrost@php.net>
27
 * @author  Jim Wigginton <terrafrost@php.net>
-
 
28
 * @access  public
25
 */
29
 */
26
class BinaryField extends FiniteField
30
class BinaryField extends FiniteField
27
{
31
{
28
    /**
32
    /**
29
     * Instance Counter
33
     * Instance Counter