ParagonIE_Sodium_Core_Curve25519_Fe
- Source
wp-includes/sodium_compat/src/Core/Curve25519/Fe.php:12
Class ParagonIE_Sodium_Core_Curve25519_Fe
Description
This represents a Field Element
Compatibility
- WordPress
- core
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Present in every tracked release (6.7.7 to 7.1.0).
Properties · 10
$e0intpublic$e1intpublic$e2intpublic$e3intpublic$e4intpublic$e5intpublic$e6intpublic$e7intpublic$e8intpublic$e9intpublic
Methods · 7
Source code
class ParagonIE_Sodium_Core_Curve25519_Fe implements ArrayAccess{ /** * @var int */ public $e0 = 0; /** * @var int */ public $e1 = 0; /** * @var int */ public $e2 = 0; /** * @var int */ public $e3 = 0; /** * @var int */ public $e4 = 0; /** * @var int */ public $e5 = 0; /** * @var int */ public $e6 = 0; /** * @var int */ public $e7 = 0; /** * @var int */ public $e8 = 0; /** * @var int */ public $e9 = 0; /** * @param int $e0 * @param int $e1 * @param int $e2 * @param int $e3 * @param int $e4 * @param int $e5 * @param int $e6 * @param int $e7 * @param int $e8 * @param int $e9 */ public function __construct( $e0 = 0, $e1 = 0, $e2 = 0, $e3 = 0, $e4 = 0, $e5 = 0, $e6 = 0, $e7 = 0, $e8 = 0, $e9 = 0 ) { $this->e0 = $e0; $this->e1 = $e1; $this->e2 = $e2; $this->e3 = $e3;Changelog
One change between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
6.9.7
Method
__construct() added.verified against sourceAbout this page
- Parsed data
- Generated from the wordpress-develop 7.1.0 tag, from
src/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it. - Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.