Subversion Repositories oidplus

Rev

Rev 874 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 874 Rev 1042
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
-
 
12
 * @author    Jim Wigginton <terrafrost@php.net>
10
 * @author    Jim Wigginton <terrafrost@php.net>
13
 * @copyright 2017 Jim Wigginton
11
 * @copyright 2017 Jim Wigginton
14
 * @license   http://www.opensource.org/licenses/mit-license.html  MIT License
12
 * @license   http://www.opensource.org/licenses/mit-license.html  MIT License
15
 * @link      http://pear.php.net/package/Math_BigInteger
13
 * @link      http://pear.php.net/package/Math_BigInteger
16
 */
14
 */