Subversion Repositories oidplus

Rev

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

Rev 874 Rev 1042
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
/**
3
/**
4
 * EC Parameters
4
 * EC Parameters
5
 *
5
 *
6
 * @category  Crypt
-
 
7
 * @package   EC
-
 
8
 * @author    Jim Wigginton <terrafrost@php.net>
6
 * @author    Jim Wigginton <terrafrost@php.net>
9
 * @copyright 2015 Jim Wigginton
7
 * @copyright 2015 Jim Wigginton
10
 * @license   http://www.opensource.org/licenses/mit-license.html  MIT License
8
 * @license   http://www.opensource.org/licenses/mit-license.html  MIT License
11
 * @link      http://phpseclib.sourceforge.net
9
 * @link      http://phpseclib.sourceforge.net
12
 */
10
 */
Line 16... Line 14...
16
use phpseclib3\Crypt\EC;
14
use phpseclib3\Crypt\EC;
17
 
15
 
18
/**
16
/**
19
 * EC Parameters
17
 * EC Parameters
20
 *
18
 *
21
 * @package EC
-
 
22
 * @author  Jim Wigginton <terrafrost@php.net>
19
 * @author  Jim Wigginton <terrafrost@php.net>
23
 * @access  public
-
 
24
 */
20
 */
25
class Parameters extends EC
21
class Parameters extends EC
26
{
22
{
27
    /**
23
    /**
28
     * Returns the parameters
24
     * Returns the parameters