Subversion Repositories oidplus

Rev

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

Rev 846 Rev 874
Line 3... Line 3...
3
/**
3
/**
4
 * Generic EC Key Parsing Helper functions
4
 * Generic EC Key Parsing Helper functions
5
 *
5
 *
6
 * PHP version 5
6
 * PHP version 5
7
 *
7
 *
-
 
8
 * @category  Crypt
-
 
9
 * @package   EC
8
 * @author    Jim Wigginton <terrafrost@php.net>
10
 * @author    Jim Wigginton <terrafrost@php.net>
9
 * @copyright 2015 Jim Wigginton
11
 * @copyright 2015 Jim Wigginton
10
 * @license   http://www.opensource.org/licenses/mit-license.html  MIT License
12
 * @license   http://www.opensource.org/licenses/mit-license.html  MIT License
11
 * @link      http://phpseclib.sourceforge.net
13
 * @link      http://phpseclib.sourceforge.net
12
 */
14
 */
Line 25... Line 27...
25
use phpseclib3\Math\BigInteger;
27
use phpseclib3\Math\BigInteger;
26
 
28
 
27
/**
29
/**
28
 * Generic EC Key Parsing Helper functions
30
 * Generic EC Key Parsing Helper functions
29
 *
31
 *
-
 
32
 * @package EC
30
 * @author  Jim Wigginton <terrafrost@php.net>
33
 * @author  Jim Wigginton <terrafrost@php.net>
-
 
34
 * @access  public
31
 */
35
 */
32
trait Common
36
trait Common
33
{
37
{
34
    /**
38
    /**
35
     * Curve OIDs
39
     * Curve OIDs