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 5... Line 5...
5
 *
5
 *
6
 * This is the NIST P-192 curve
6
 * This is the NIST P-192 curve
7
 *
7
 *
8
 * PHP version 5 and 7
8
 * PHP version 5 and 7
9
 *
9
 *
-
 
10
 * @category  Crypt
-
 
11
 * @package   EC
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
 * @link      http://pear.php.net/package/Math_BigInteger
15
 * @link      http://pear.php.net/package/Math_BigInteger
14
 */
16
 */